In the last episode (Feb 07), [EMAIL PROTECTED] said:
> Hi "Rusch (ext) Reiner" <[EMAIL PROTECTED]>,
>
> I'm not sure if you have checked the manual yet, but following
> links seem to be somewhat related to your query:
Can we maybe block [EMAIL PROTECTED] emails to the list?
--
Dan Nels
Message -
From: "Bryant Hester" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, February 07, 2003 6:48 AM
Subject: RE: apostrophe and comma error on submit
You need to delimit them:
INSERT INTO table VALUES ('value
s.html
* http://www.mysql.com/doc/en/Out_of_memory.html
* http://www.mysql.com/doc/en/Error_handling.html
* http://www.mysql.com/doc/en/Check.html
This was an automated response to your email 'AW: apostrophe and comma error on
submit'.
Final search keyword used to query
ERT statements.
It's also in the manual, somewhere
HTH,
Bryant Hester
Mysql, query
-Original Message-
From: ahimsa [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 05, 2003 11:43 AM
To: [EMAIL PROTECTED]
Subject: apostrophe and comma error on submit
Does anyone know abou
Hi,
>
> Does anyone know about an error that occurs when you try to
> submit into mysql.
> Whever i try to imput any text with a comma in it or an
> appostrophe, i get an error until i remove it.
> Any suggestions. .. anyone...? Im using php and submiting
> via post, when i get the error.
escape your data with a black slash
\' if you mean to have a literal single quotation mark.
-Original Message-
From: ahimsa [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 05, 2003 11:43 AM
To: [EMAIL PROTECTED]
Subject: apostrophe and comma error on submit
Does anyone know
Does anyone know about an error that occurs when you try to submit into mysql.
Whever i try to imput any text with a comma in it or an appostrophe, i get an error
until i remove it.
Any suggestions. .. anyone...? Im using php and submiting via post, when i get the
error.
Thank you so much for