Hi. I haven't been able to figure out how to allow names with apostrophes such as mine, O'Connor , to POST. Also someone tried to post a smiley face like :) and that also threw an error.
I have tried adding this :: mysql_query("SET NAMES 'utf8'"); // UTF 8 support!! before the variables to POST are defined, but that doesn't work. I am working on a vendor database and it is up and is searchable and can be added to... as long as the person doesn't type any single quotes or other characters. So I guess I need a snippet to add to insert.php before the POST variables... and will also need to add it to the update.php page when I create that... but one thing at a time. No sense going forward when the present is not working.
Am I making any sense? This is something that should be easy, but is driving me nuts.
Thanks - Tom