How to use phpmyadmin.... phpmyadmin related arguments. Even phpMyAdmin issues
Moderators: macek, egami, gesf
by happyok » Fri Apr 02, 2004 3:11 am
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!
-
happyok
-
by gesf » Fri Apr 02, 2004 12:27 pm
Here´s the problem!
This is wrong:[php]<? php phpinfo (); ?>[/php]This is right:[php]<?php phpinfo (); ?>[/php]
-

gesf
- Moderator

-
- Posts: 1718
- Joined: Sun Dec 29, 2002 5:03 am
- Location: Portugal
-
by swirlee » Fri Apr 02, 2004 1:45 pm
gesf wrote:Here´s the problem!
This is wrong:[php]<? php phpinfo (); ?>[/php]This is right:[php]<?php phpinfo (); ?>[/php]
Might want to get rid of that space between phpinfo and () while you're at it:[php]<?php phpinfo(); ?>[/php]
-

swirlee
- Moderator

-
- Posts: 2272
- Joined: Sat Jul 05, 2003 1:18 pm
- Location: A bunk in the back
-
by happyok » Sat Apr 03, 2004 3:51 am
I got it..thanks!
-
happyok
-
Return to phpMyAdmin
Who is online
Users browsing this forum: No registered users and 1 guest