|
Posted by larry on 09/02/07 13:51
On Sep 1, 5:02 pm, "Rik Wasmus" <luiheidsgoe...@hotmail.com> wrote:
> Well, the line it's in is usually correct. It could however happen the
> parser encounters an error there due to a mistake made earlier:
>
> <?php
> echo 'foo'
> /* we forgot the ending semicolon */
> echo 'bar';
> ?>
Also line number may be off if you have the wrong type of variable,
etc. Look at that the line is doing if the quotes and all are in
order it may be related to your data assignments in previous parts.
Navigation:
[Reply to this message]
|