Characters not allowed in mysql?

admin

Administrator
Staff member
I've set up a couple of db systems which handle inputting stuff through PHP forms into a mysql database. However, I'm having some problems - and I think the problem might be to do with my data types of fields.

When I type ' (or apostrophe) it produces a script error at the mysql_select(INSERT - and the error tends to come up with a blob field.

Is there anything else I need to do to sort this out?

I'd also like to get paragraphs enabled.

Any ideas?
Adam
 
Back
Top