PDA

View Full Version : Parse error



dangeorge
07-27-2005, 09:26 AM
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"?

Patrick
07-27-2005, 10:38 AM
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.

dangeorge
07-27-2005, 11:34 AM
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 (http://www.dueka.com) counter is in lower left.

and the counter.php

counter.php (http://www.dueka.com/counter/counter.php)

dangeorge
07-27-2005, 12:37 PM
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