View Single Post
Old 07-22-2003, 05:12 AM  
AcidMax
Confirmed User
 
Join Date: May 2002
Location: MI
Posts: 1,827
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.
__________________
Latest MMA news. http://www.mmawrapup.com
AcidMax is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote