11-07-2009, 06:39 PM
|
#2 (permalink)
|
|
The Addict
Join Date: May 2009
Posts: 287
Thanks: 5
|
Put the line
PHP Code:
error_reporting(E_ALL);
in as one of the first lines and see what error it gives.
Just a note, none of the data is being escaped; this means that I could submit a MySQL command like "DROP TABLE", and the entire database/table would be wiped clean. This code is very poorly written and I would advise you to steer clear of any code written by this author/site.
|
|
|
|