Thread
:
plz a select error
View Single Post
01-09-2008, 08:47 PM
#
7
(
permalink
)
TlcAndres
The Addict
Join Date: Nov 2007
Posts: 264
Thanks: 2
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
View Public Profile
Send a private message to TlcAndres
Find More Posts by TlcAndres