Browsing the archives for the internet tag
Browsing the archives for the internet tag
SQL Injection is a technique used to exploit security holes in a system using SQLs such as MySQL. This kind of security hole usually occurs when a programmer doesn’t filter quotes or other meta-characters properly. The following code is an example of a such a vulnerability.
if(mysql_query(”SELECT * FROM member_tables WHERE id = ‘”.$login_id.”‘ and password [...]
It has been a while since I started to follow web standards and started cross-browser coding (not to be confused to cross-site scripting). I became aware of the importance when I saw the immense number of visitors using Firefox and IE Explorer along with other browsers like Safari and Opera. I even got visitor using [...]