Thread: PHP script help
View Single Post
Old 2005-02-24, 02:28 PM   #11
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
remember that using that actually breaks certain things if you are expecting graphics data.

Ideally, you'll turn off magic_quotes so that the behavior is completely predictable, and you can properly escape data when working with mysql.

However, most hosting companies randomly choose whether to leave magic_quotes on or off.
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote