EZ Linux Admin random header image

Creating a info.php page

October 27th, 2009 by EZ linux · No Comments

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>

Tags: Linux Software / Scripts · Linux Tricks

0 responses so far ↓

  • There are no comments yet...Kick things off by filling out the form below.

Leave a Comment