User Profile

Collapse

Profile Sidebar

Collapse
Joshr35
Joshr35
Last Activity: Feb 18 '08, 10:24 PM
Joined: Feb 18 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Joshr35
    replied to Parse error: syntax error, unexpected '{'
    in PHP
    I'm guessing nobody here can fix it either. Thanks though !!
    See more | Go to post

    Leave a comment:


  • Joshr35
    replied to Parse error: syntax error, unexpected '{'
    in PHP
    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 1
    See more | Go to post

    Leave a comment:


  • Joshr35
    started a topic Parse error: syntax error, unexpected '{'
    in PHP

    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 //-->...
    See more | Go to post
    Last edited by ronverdonk; Feb 18 '08, 08:23 PM. Reason: code within code tags
No activity results to display
Show More
Working...