View Single Post
Old 01-09-2008, 08:47 PM   #7 (permalink)
TlcAndres
The Addict
 
Join Date: Nov 2007
Posts: 264
Thanks: 2
TlcAndres is on a distinguished road
Default

On a note not relevant to the problem

PHP Code:
 $row['resume'
is faster then
PHP Code:
 $row[resume
also use mysql_real_escape_string() on the $_GET.
TlcAndres is offline  
Reply With Quote