hi.

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' ");

what is the error in it??
thanks.



-- 
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