i turn it of by htaccess ... thanks my friends
regards
On Thu, Sep 16, 2010 at 2:58 AM, Abraham Block <atblock@gmail.com> wrote:
I can't imagine that your host doesn't give you access to your own php.ini file.On Wed, Sep 15, 2010 at 6:25 PM, Hector Virgen <djvirgen@gmail.com> wrote:
If your host doesn't support .htaccess, there are some interesting solutions here in the comments:http://us2.php.net/manual/en/function.get-magic-quotes-gpc.phpOn Wed, Sep 15, 2010 at 3:22 PM, Jeroen Keppens <jeroen.keppens@gmail.com> wrote:
You can try putting this in your root's .htaccess (if your host allows for .htaccess files):php_flag magic_quotes_gpc OffWkrJeroen
-----Jeroen Keppens+32 (0)475/62.42.64so i have to tell my host disbale magic quotes ?On Thu, Sep 16, 2010 at 1:46 AM, Hector Virgen <djvirgen@gmail.com> wrote:
It sounds like you have magic quotes enabled in your php.ini. It is suggested that magic quotes are disabled for Zend Framework applications (actually, for *all* PHP applications -- using magic quotes is considered insecure).Zend_Controller_Request_* does not add slashes to input, and Zend_Db will use the proper escaping mechanism for your DB when performing queries. Typically, you should never need to use stripslashes() in a ZF application.
--
Hector VirgenSr. Web DeveloperWalt Disney Parks and Resorts Online
On Wed, Sep 15, 2010 at 12:16 PM, sina miandashti <miandashti@gmail.com> wrote:
hii see zend_db or zend_request put slashes around form values before inserting them to DBbut if i use some basic html tags like <a> or <img> when selecting text by query from the DB that slashes makes view problem.what is the best solution for this?is stripslashes() works?
--
________________
Sincerely
Sina Miandashti
MuSicBasE.ir & InvisionPower.ir Admin
--
________________
Sincerely
Sina Miandashti
MuSicBasE.ir & InvisionPower.ir Admin
--
________________
Sincerely
Sina Miandashti
MuSicBasE.ir & InvisionPower.ir Admin
没有评论:
发表评论