Forums.ATC.no

Teknisk => Generelt teknisk => Emne startet av: ATC på 27. ſeptember 2008, 18:24 pm

Tittel: How to test if PHP works
Skrevet av: ATC27. ſeptember 2008, 18:24 pm
You have installed or upgraded Apache and want to find out if it works OK, but you don't know PHP?
Tittel: [Solved] How to test if PHP works
Skrevet av: ATC27. ſeptember 2008, 18:24 pm
Create a file called "test.php" in your public_html directory, containing the following code:

"<?php phpinfo();?>"

Now, if you access the proper URL and everything is set up right, you should get a nice table with all sorts of diagnostic information.