12-06-2007, 02:12 PM
|
#30 (permalink)
|
|
The Reckoner
Join Date: Sep 2007
Posts: 437
Thanks: 22
|
Quote:
Originally Posted by d4v1d
I've also read elsewhere that the above method won't work, and it has to be set in the .htaccess file.
|
Unfortunately that is quite true, you can set "magic_quotes_runtime" using ini_set, but the other two must be set in the php.ini or a .htaccess file. For a list of values and where you can set them, see here.
__________________
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
|
|
|
|