Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
Everah wrote:For those interested, Firefox has an extension called Chatzilla that is a built in IRC client right in your browser. It works really well.
That sounds cool ^_^
I avoid most IRC though. If there's anywhere that internet bullying reigns supreme, it's 80% of IRC channels.
Not if you write game trainers and other things (that we don't discuss here). The 'l33t' ASM programmers are very defensive about the language. You say C++ and you get bashed. Hard.
Are you asking how SQL injection works if you don't clean the data? I'm sure there are rules against outright telling you how. I believe the forum would be held partially responsible for spreading the knowledge.
superdezign wrote:Are you asking how SQL injection works if you don't clean the data? I'm sure there are rules against outright telling you how. I believe the forum would be held partially responsible for spreading the knowledge.
Yes that's what I'm talking about but don't worry this is my code that I'm trying to fail proof.
I tried the usual [hi' OR 1=1--] and so forth. But I believe mine is a bit different because my confirmation is in the WHERE clause.
So far so good when it comes to injection. But maybe there's something that you guys might know that I don't.