View Single Post
Old 2008-07-22, 05:13 PM   #13
virgohippy
Madness is like gravity. All it takes is a little... push.
 
virgohippy's Avatar
 
Join Date: Feb 2006
Location: California
Posts: 1,679
A while back I tried using apostrophes in titles and there were too many LLs who gave me error messages to bother keeping track.

It's such an easy fix in PHP. If you've got magicquotes turned off:

addslashes (before putting into DB)
stripslashes (after pulling out of DB)
htmlspecialchars (before putting into HTML form input tag)

and you're done.
__________________
~Warm and Fuzzy.
virgohippy is offline   Reply With Quote