Quantcast
Channel: html / php – Angelo Schalley’s Blog
Viewing all articles
Browse latest Browse all 16

Make a php info test file on your webserver

$
0
0

put a file in your websites root directory or a in some folder :

info.php :

<?php
phpinfo();
?>

save and give execute writes : chmod +x


Viewing all articles
Browse latest Browse all 16

Trending Articles