CSS is the styling language that your browser understands and uses to style webpages. SCSS is a special type of…
I would like to keep it simple as much as I can so you it can be easily understood. Interface…
Shell-exec executes the command that you pass to it. To use this, you have to add a Main method to…
Using visual studio C# you can connect to mysql in three simple steps. Here we go Before we start writing…
Both JSON and XML can be used to receive data from a web server. JSON = XML Both JSON and…
A common use of JSON is to read data from a web server, and display the data in a web…
SimpleXML is a tree-based parser. SimpleXML provides an easy way of getting an element’s name, attributes and textual content if…
PHP code can easily be added inside Jquery. Non Working Case If you are trying to bound some PHP code…