![]() |
PHP guys PLEASE help. Very EASY one line small problem..
i keep getting parse error on this line
include($phpbb_root_path . 'includes/page_header.'.$phpEx); any idea? |
:(
|
Put this:
$phpbb_root_path . 'includes/page_header.'.$phpEx in a var $file = $phpbb_root_path . "includes/page_header.".$phpEx; and then include($file);.. Include doesnt like random '' in its syntax. |
That line looks ok. Maybe you forgot a ; on the line above it?
|
Quote:
that fixed it thanks so much! i know nothing about php and didnt think to look for that, thanks again! mrthumbs, thanks for your suggestion also |
The period inside the quotes doesn't look right to me, but I don't know how your file system is set up...
'includes/page_header.' |
Quote:
|
Quote:
:1orglaugh I'll shut up now. Glad you got it fixed brizzad. |
Quote:
|
Quote:
:playboy |
Quote:
|
All times are GMT -7. The time now is 05:13 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123