sql injection in PDO

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
pulkit
Forum Newbie
Posts: 7
Joined: Sat Apr 11, 2009 9:11 am

sql injection in PDO

Post by pulkit »

HI, I want to do sql injection in PHP application but i have use PDO. I dont know how to do sql injection in PDO can any one help me??????
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: sql injection in PDO

Post by requinix »

Do you even know what you're talking about?
User avatar
papa
Forum Regular
Posts: 958
Joined: Wed Aug 27, 2008 3:36 am
Location: Sweden/Sthlm

Re: sql injection in PDO

Post by papa »

Do you want to inject your own application?

There are some good tutorials on youtube for example. But more like how to prevent it.. :)
pulkit
Forum Newbie
Posts: 7
Joined: Sat Apr 11, 2009 9:11 am

Re: sql injection in PDO

Post by pulkit »

tasairis wrote:Do you even know what you're talking about?
First of all thanks for the reply me,
yes i m not drunked or not sleepy.
yes i know and i want to test my own application by sql injection for the perticular PDO bec i have know from some one that sql injection is possible even though PDO is used..
So i want to know how it is possible.
User avatar
papa
Forum Regular
Posts: 958
Joined: Wed Aug 27, 2008 3:36 am
Location: Sweden/Sthlm

Re: sql injection in PDO

Post by papa »

Look up some injections and try it in your application. As I said youtube has some good examples.
Post Reply