Hi,
Ok I have a HTML text editor. Now what do I need to do to properly input apostraphies when a user types it, to a database from the editor.
the varioable I want to clean is this...
$_POST['edit1'];
If I were in the editor and added the name Dan's with the apostraphe the input would be invalid obviously... So what do I do to fix...
Thanks for the Help PHPBuilder!