Jason Barnett <mailto:[EMAIL PROTECTED]>
    on Monday, March 14, 2005 3:57 PM said:

> Chris W. Parker wrote:
>> Chris W. Parker <>
>>     on Monday, March 14, 2005 3:15 PM said:
>> 
>> 
>>>> Line 82 is:
>>>> print '<td><input type=\'checkbox\' name=\'status[' .
>>>> $row["profileID"] . ']' . "' value='true'/></td>\n";
>>> 
>>> Very likely the problem is not on line 82, but rather before it.
>>> Line 82 is just where the PHP parser finally gets screwed up.
>> 
>> 
>> Ohh .. and if i read it more fully the first time I would have seen
>> that you've got some funky in/out quoting problems and that you're
>> not escaping the quotes wrapping 'true'. :)
>> 
> 
> Quotes look ok to me?  God bless VIM (even on this old windows box) :)

I realized my mistake about two seconds after I'd send and decided not
to reply to myself twice. :(

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to