On Wednesday 29 May 2002 21:22, Niklas Lampén wrote:
> mysql_query("delete from conf_event where time < ( time() );
>
> You're missing the ending " there.
>
>
> Niklas
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: 29. toukokuuta 2002 16:20
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP] Parse Error(newbie)
>
>
> Line 81 is $query.
>
> I showed it in my first email.
>
> I suspect this line is the one causing the trouble(It is about four
> lines above the start of the function and is the only previous PHP
> statement) mysql_query("delete from conf_event where time < ( time() );

It is cases like these where an editor with /decent/ syntax highlighting is 
invaluable. 

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
A man is like a rusty wheel on a rusty cart,
He sings his song as he rattles along and then he falls apart.
                -- Richard Thompson
*/


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

Reply via email to