I'm very new at the PHP/MySQL thing, and I have a simple, problem I can't get resolved. How do I allow my MySQL database to accept textual data from an HTML form when the inserted data contains apostrophes (e.g., need to accept "O'Hara" or "it's"). I can insert, amend, delete, and report to/from the database through my PHP pages, but I just cannot get those characters inserted.
And help will be greatly appreciated.