Spent the best part of the morning trying to figure out how to make my insert form more HTML and SQL 7 friendly.
I've tried several of the parse functions and surfed around for help but I'm still pulling my hair out.
For example, I still can't seem to get the database to accept strings with single quotes in them. I've tried '' I've tried addslashes, etc.
Also, I'm still trying to figure out how to make a string accept html coding like <b>this and that</b> or the Academy®.
When I fetch the database fields they still print out as the exact text and not the styling or entities. I've tried using htmlentities and htmlspecialchars but it doesn't seem to work.
A bit of a learning curve right now and I appear to have my pants caught in the chain. :-)