Re: [PHP] Warning: Sybase message: Incorrect syntax near 't'.

2001-10-01 Thread Papp Gyozo
Hi, I suggest to you: var_dump($sybase_query); It may help you to make wellformed query-string. - Original Message - From: Caleb Carvalho <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 01, 2001 11:04 AM Subject: [PHP] Warning: Sybase message: Inco

RE: [PHP] Warning: Sybase message: Incorrect syntax near 't'.

2001-10-01 Thread Mark Roedel
> -Original Message- > From: Caleb Carvalho [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 01, 2001 4:04 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Warning: Sybase message: Incorrect syntax near 't'. > > > Hi am trying to add data from html form,

[PHP] Warning: Sybase message: Incorrect syntax near 't'.

2001-10-01 Thread Caleb Carvalho
Hi am trying to add data from html form, and it seems like the line 14 in my script, $sybase_query="INSERT into problem VALUES('$product','$pro_title','$description','$solution')"; $sybase_result=sybase_query($sybase_query); Warning: Sybase message: Incorrect syntax near 't'. (severity 15) i