I'm trying to setup a database and PHP and i did the following:
I installed PHP and abyss server.
i created a php file in the server as shown in a book and
Created a file with the following text in a textfile
<?php phpinfo();?>
Saved the file as phpinfo.php
And when I type http://localhost/phpinfo.php nothing happens.
I tried searching for the answer online and I think it has to with how I set up the server, but I’m at sure how to troubleshoot the issue.
(is it possible to put pictures into these forms cause it would make it alot easier to explain.)
Thanks for the help.