I myself and there will be many more developers who are waiting for PHP 7.4 to be released. It has…
A very small script that will spin the text and count similarity between two spun text.
Sometimes small tricks are very handy. Mysql provides a function that creates JSON values for the row result. Run query…
Shell-exec executes the command that you pass to it. To use this, you have to add a Main method to…
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…
You can easily setup SMTP on your localhost. For an example I am using Google at the moment. Here are…
PHP provides Oracle OCI8 functions. Also other options are PDO with the Oracle Driver and (if oracle supports it)…
Connect to MySQL database using PDO connection string. Please be sure that PDO extension is enable in php.ini file. …