diff --git a/var/www/phptest.php b/var/www/phptest.php new file mode 100644 index 0000000..7f7dc18 --- /dev/null +++ b/var/www/phptest.php @@ -0,0 +1,30 @@ + + + + + + +

PHP connect to MySQL

+ +'; +} +//Step 4 +mysqli_close($db); +?> + + + \ No newline at end of file