[PHP] Re: MySql injections....

2005-05-11 Thread M. Sokolewicz
[EMAIL PROTECTED] wrote:
Hi,
This is not the proper list to put this question but i hope you can help me. 
Does anyone know a good tutorial about mysql injections?

Thanks a lot for your help

what's there to make a tutorial about? :|
If you can get out of a value via a variable, then that means there's a 
possibility for a SQL injection. Easy as that...

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Re: MySql injections....

2005-05-11 Thread Richard Lynch
On Wed, May 11, 2005 3:36 am, M. Sokolewicz said:
 [EMAIL PROTECTED] wrote:

 Hi,
 This is not the proper list to put this question but i hope you can help
 me.
 Does anyone know a good tutorial about mysql injections?

 Thanks a lot for your help


 what's there to make a tutorial about? :|
 If you can get out of a value via a variable, then that means there's a
 possibility for a SQL injection. Easy as that...

Actually...

The combinations of SQL injections and potential statements and tips to
scrub data could fill a good chapter in a book, much less a one-page
tutorial...

Just my opinion.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php