faqts : Computers : Programming : Languages : PHP : PHP

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

15 of 33 people (45%) answered Yes
Recently 5 of 10 people (50%) answered Yes

Entry

when i goto http://localhost/phpinfo.php all i get is this "<? phpinfo(); ?>". Is this correct?

Aug 29th, 2007 10:20
Michael Boughey, Vincent Lim,


Try using
<?php
phpinfo();
?>