Hi, I am having problems entering data into a mySQL database as follows:
I am submitting text data from a basic html form with php. This works fine except if some of the text data in the form has been cut and pasted from a web page. In this case the data appears to have been inserted into the database, but when I check my tables its not there.
Is this text somehow corrupted, and if so is there a way to 'clean it'.
Thanks,
Kenny
I am submitting text data from a basic html form with php. This works fine except if some of the text data in the form has been cut and pasted from a web page. In this case the data appears to have been inserted into the database, but when I check my tables its not there.
Is this text somehow corrupted, and if so is there a way to 'clean it'.
Thanks,
Kenny