Subject Re: Insert String question: more detail
Author csswa
--- In ib-support@y..., "Screawn" <Screawn@h...> wrote:
> This works fine as long as the user doesnt enter a single quote in
> the Company name field. How can the user enter a single quote
without
> generating an error?

in PHP: addslashes, stripslashes, htmlentities, etc.

http://www.php.net/manual/en/function.addslashes.php

Regards,
Andrew Ferguson