I'm a newbie, I would like to ask, is there any software or method suitable for newbies to prevent SQL injection? It has been hacked before. The page displayed was a page maintained by me, but the other party left his own content.
php has a special anti-injection document, find it yourself, not only to prevent mysql, but also xss, cross-site attacks, etc.
Preventing SQL injection requires data processing on the submitted form.
php has a special anti-injection document, find it yourself, not only to prevent mysql, but also xss, cross-site attacks, etc.
Preventing SQL injection requires data processing on the submitted form.