I can not get phpinfo if I test this .php file..I got an error...
"Parse Error, unexpected T_STRING in c:\inetpub\wwwroot\phpbb2\test.php on line 1"...
can anyone help?
Thanks!
PHP error <? php phpinfo (); ?>
Moderators: egami, macek, gesf
Here´s the problem!
This is wrong:[php]<? php phpinfo (); ?>[/php]This is right:[php]<?php phpinfo (); ?>[/php]
This is wrong:[php]<? php phpinfo (); ?>[/php]This is right:[php]<?php phpinfo (); ?>[/php]
Sincerely,
Gonçalo "gesf" Fontoura
gesf.org | sessionstart.com | urlms.com
Gonçalo "gesf" Fontoura
gesf.org | sessionstart.com | urlms.com