How to setup apache virtual hosts on ubuntu (Easy Way) Ibrar Ansari March 24, 2017 Add Comment How To Create Apache VirtualHost in Ubuntu Set up Apache virtual hosts on Ubuntu is very easy. Please follow this steps. In th...
How to test mysql connection in php Ibrar Ansari March 23, 2017 Add Comment How to connect to a MySQL database with PHP A simple page for testing and troubleshooting a connection to a MySQL database. The P...
How to ping an ip address using PHP Ibrar Ansari March 20, 2017 Add Comment How to ping a server with PHP Create a ping.php file and put this code.