"Nafiseh Saberi" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> I write it with php to relationship with databasein database server
> (with postgres).
> to update on field of one special row.
>
>  $up = pg_exec($conn,"update personel set exit_m ='now' where
> name=  '$ID' and date='now' ");

Isn't 'now' as function, ie should be 'now()'?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to