fliptop said:
> you're trying to substitute the value twice.  try something like this
> instead:
>
> $sort = 'first_name asc';
> $sth = $dbh->prepare("select foo from bar order by ?")
> $sth->execute($sort);

i did it already flip, but its not yet valid, also it seems to be mentaly
valid, its not for mysql.

thx

--
Hytham Shehab


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to