TalkPHP

TalkPHP (http://www.talkphp.com/forums.php)
-   Absolute Beginners (http://www.talkphp.com/absolute-beginners/)
-   -   Which PHP's feature made you crazy best? (http://www.talkphp.com/absolute-beginners/3701-phps-feature-made-you-crazy-best.html)

superthin 12-03-2008 01:45 PM

Which PHP's feature made you crazy best?
 
I don't know why did PHP's authors create magic quote. When using shared hosting and manipulating with submit forms I had to check "what is status of magic quote?". If magic quote is ON => strip slashed => escape before insert text into MySQL.

With me, magic quote is a nightmare.

Karl 12-03-2008 02:08 PM

I don't need this often, which is just as well really. But when I need them, I'm often not sure which $_SERVER part I need, which reduces me to doing this every time to find the correct one:

php Code:
print_r($_SERVER);


All times are GMT. The time now is 04:43 AM.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0