percept
12-27-2003, 07:05 AM
I need to input more than 255 characters into mysql and so I use the data type text. But if this text input has an apostrophe in it, this stops the input as it acts as a stop to the insert. How does one allow persons to input large amounts of text and use apostrophes without having to worry about inserting back slashes every time one appears?
Using several books to learn PHP and MySQL I've managed to build a database and perform many different searches successfully but I can't seem to figure out this hopefully "simple" thing.
Using several books to learn PHP and MySQL I've managed to build a database and perform many different searches successfully but I can't seem to figure out this hopefully "simple" thing.