Simple create a file called info.php in your public_html folder then add this codd to the page and save: <html> <head> <title>PHP Test</title> </head> <body> <?php phpinfo(); ?> </body> </html>
making Linux a little easier
Simple create a file called info.php in your public_html folder then add this codd to the page and save: <html> <head> <title>PHP Test</title> </head> <body> <?php phpinfo(); ?> </body> </html>