Aside from sql injection
if I sanitize data before querying or sending it to a database
are there any issues that needs to be addressed concerning security of a web app?
im building an e commerce from scratch as part of a school project using notepad++ and xampp.
any recommendations?
is there a site aside from owasp that i could browse?
is there a site that evaluates php code looking for security holes?
thanks!