On Fri, 24 Oct 2008 23:22:29 +0000 (UTC), "Harumbak!"
<webforumsuser@macromedia.com> wrote:
> The challenge I'm encountering is when special
characters like "'" are
>included in one of the text areas, then I get a mysql
syntax error.
Use PHP's mysql_real_escape_string() function to escape the
special
characters:
http://php.net/mysql_real_escape_string
Gary