Hi all,
I have created a form where the user enters his/her name into a database. If the user enters Mike O'Reilly the result is an error because of the apostrophe.
How do I make the database treat the entry as a string?
Thanks.
Kevin.
[man]addslashes[/man] [man]mysql_real_escape_string[/man] [man]stripslashes[/man]