[PHP] error in source !

2001-08-19 Thread nafiseh saberi
my problem solved, because of not match in {}. 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]

[PHP] error in source !

2001-08-19 Thread nafiseh saberi
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