Search the web
Sign In
New User? Sign Up
in-phpug · Indian PHP User Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
magic_quotes_gpc   Message List  
Reply | Forward Message #3242 of 3263 |
Re: [in-phpug] magic_quotes_gpc

not really. Generally, magic quotes is switched off (because it can
cause unwanted changes to data at times). Als in PHP6, magic quotes is
going to be disabled. Given all this, switch magic quotes off and handle
each and every query that runs to the database. This is achieved by
using a custom made function that handles every query before it is sent
to the database server for querying.

abhishek jain wrote:
>
>
>
> Hi,
> I want to know a bit on SQL Injection.
> If in my server i have in php.ini
>
> magic_quotes_gpc = On
>
> Is this sufficient for preventing sql injection?
> Please advice.
>
> Early replies will be appreciated.
> Thanks,
>
> --
> Regards,
> Abhishek jain
>
>




Wed Jun 3, 2009 6:44 am

rohan_gnome
Offline Offline
Send Email Send Email

Forward
Message #3242 of 3263 |
Expand Messages Author Sort by Date

Hi, I want to know a bit on SQL Injection. If in my server i have in php.ini magic_quotes_gpc = On Is this sufficient for preventing sql injection? Please...
abhishek jain
ejaincom
Offline Send Email
Jun 4, 2009
2:13 pm

not really. Generally, magic quotes is switched off (because it can cause unwanted changes to data at times). Als in PHP6, magic quotes is going to be...
Rohan Prabhu
rohan_gnome
Offline Send Email
Jun 4, 2009
3:24 pm

Let magic quotes disabled as it original setting Use your created function to escape query information I am using following functions function...
Milindkumar Patil
mkumarpatil
Offline Send Email
Jun 8, 2009
2:25 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help