+ Reply to Thread
Results 1 to 4 of 4

Thread: Parse error

  1. Join Date
    Jul 2005
    Posts
    3

    Parse error

    I'm getting the parse error on line 731. I read the troubleshooter about removing the comas from the "Hits_Offset". Problem is I am new to this stuff. Where do I go to remove the comas from the "Hits_Offset"?

  2. Join Date
    Aug 2004
    Posts
    781

    Parse error

    Well, I am not sure if that is your error or not (you should have posted the error here).

    The hits_offset is in the configuration near the top of the counter.php file.

  3. Join Date
    Jul 2005
    Posts
    3

    Parse error

    Ok here is the error

    Parse error: parse error, unexpected '<' in /home/dueka/public_html/counter/counter.php on line 731

    It was working fine. I put the counter.php in a iframe on the foot of my frames page. I was just trying to get the dimensions correct and refreshing often to see how it looked. After awhile it came up with the above error.

    I checked the counter.php file and found no extra comas in the Hits_Offset.

    Here is the link to my site:

    Dueka website counter is in lower left.

    and the counter.php

    counter.php

  4. Join Date
    Jul 2005
    Posts
    3

    Parse error

    Ok I got it working again. Here was the problem:

    This is the correct code for the very last line.
    :
    ignore_user_abort(false);


    And this is what happened to my code.

    ignore_user_abort(false);<p align="right"></p>

    Thanks for your help. Dan

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts