SQL Inner Join et al

Just starting out? Need help? Post your questions and find answers here.
deanathpc
Enthusiast
Enthusiast
Posts: 107
Joined: Sun Feb 23, 2014 12:17 am

Re: SQL Inner Join et al

Post by deanathpc »

RichAlgeni wrote:Be aware that using raw data from GetGadgetText() could leave your query susceptible to SQL Injection attacks. That's probably not a big deal for this query, but could be for others. Especially if you use raw data to login to a system.
Noted. Thanks. I think I've changed this one around again anyway. Been rewriting code as I learn more.
Post Reply