User Profile
Collapse
-
I'm guessing nobody here can fix it either. Thanks though !! -
Ok, sorry about the code tags.
The php error is in line one. But this does me no good because when I edit the code on the server, the entire code is on line 1.
Here's the whole error message.
Parse error: syntax error, unexpected '{' in /home/jbminima/public_html/furniture/includes/boxes/Login_Box.php on line 1Leave a comment:
-
Parse error: syntax error, unexpected '{'
I keep getting this same error on my store front page login area.
Parse error: syntax error, unexpected '{'
Here's the actuall php script:
[php]
<?php
if ( (!strstr($_SERV ER['PHP_SELF'],'login.php'))
and
(!strstr($_SERV ER['PHP_SELF'],'create_accoun t.php'))
and
!tep_session_is _registered('cu stomer_id')
) {
?>
<!-- loginbox //-->...
No activity results to display
Show More
Leave a comment: