|
To be honest SQL Injection is quite unknown. I find it a LOT in php code. Infact thats how I joined my school's website staff. I found a flaw in there login script which made it prone to SQL-Injection and no one on the team at the time had even heard of it. Also, I did create that script. Obviously, using common php functions but I did make it by knowing in advanced what needed to be removed and what needed to be checked to make sure text was properly formatted before use.
Sorry if I acted like I discovered or invented something new, because I havn't done anything that hasn't been done before. SQL-Injection is NOT new and neither is my code, although I did happen to write that paticular function though. But yes, NOTHING I wrote about in my tutorial is invented or discovered by me or anything like that. It's just a collection of information I've learned through various articles and things that I've coded.
Again my apologies. The last thing I want to do is try to take credit for something I did not do. Simply passing on the knowledge is my only intention.
|