Quote:
Originally posted by Voodoo
Bzzt. Wrong.
Create a page.
Put the following:
[?php
phpinfo();
php?]
Replace the brackets.
No "echo". It's just a call to a function phpinfo().
Name the file info.php or whatever.
|
All the ways given will work, even mine, the board parsed the first tag
It should be
PHP Code:
<?php
echo phpinfo();
?>
You can also leave out the echo it works either way.