View Single Post
Old 07-01-2008, 11:44 AM   #29 (permalink)
Tanax
The Gregarious
Upcoming Programmer Inquisitive 
 
Join Date: Sep 2007
Posts: 681
Thanks: 85
Tanax is on a distinguished road
Default

erhm..
HTML Code:
<input type="text" name="username" value="{$username}" />
{$username} = ????
Are you using a template engine?

Also I noticed: There's no need to use mysql_real_escape_string on $_GET['cat'].
__________________
Tanax is offline  
Reply With Quote