Hi,
Any one got anti SQL injection script for php?
thanks in advance
Hi,
Any one got anti SQL injection script for php?
thanks in advance
Well you could Google for one, though it's not strictly a script but a series of steps to protect data inputs.
The problem is telling you how to stop it , reveals how it's done.
Last edited by cybrax; 07-17-2011 at 09:07 AM.
The code must flow.
Project 157: Latest UK Jobs direct to your mobile phone
New Domain under construction: Lovelogic.net
home for some new projects that we can't keep here ;)
Try crawl protect and crawl track for free
http://rohaizamahmod.com/blog/2011/0...-crawlprotect/
Why not just use MySQLi? :P
It doesn't take a special script to prevent injection. Use prepared statements. MySQLi has them, though I'd recommend PDO over MySQLi as it has additional features and is easier to use. It's also the designated successor.
Be sure to read all pages linked in this post; they have further information that should prove useful. When asking for help, make sure you follow Eric Raymond's and Jon Skeet's guidelines for prompt, accurate responses. Please answer any questions I ask; they're not rhetorical (probably). Any posted code is intended as illustrative example, rather than a solution to your problem to be copied without alteration. Study it to learn how to write your own solution.Misson, not Mission.
Hello,
I got it already thank you guys, By the way is there a possible to change the dynamic ip to static ip with router?
Read up on static IPs and you'll realize that static public IP addresses can only be assigned from a pool that has been allocated to someone else (your ISP, in this case). Ultimately, address pools are allocated by IANA, but anyone that has been allocated a pool can allocate a portion of that pool to someone else.
If you're talking about static private addresses, it depends on the router. You'll need to check your router documentation.
Be sure to read all pages linked in this post; they have further information that should prove useful. When asking for help, make sure you follow Eric Raymond's and Jon Skeet's guidelines for prompt, accurate responses. Please answer any questions I ask; they're not rhetorical (probably). Any posted code is intended as illustrative example, rather than a solution to your problem to be copied without alteration. Study it to learn how to write your own solution.Misson, not Mission.