Quote:
Originally Posted by MarcoH64
You should at least protect the INSERT statement against SQL-Insertions. The current code is a huge security risk.
|
I only wish i knew how :/
----------------------------------------------------
I got this to pull shouts...
PHP Code:
$latestshouts = "SELECT * FROM shouts ORDER BY id DESC LIMIT 20";
now I know theres a while loop that needs to go after that
will probably give up at this point