David Balatero wrote:

> Do this:
> 
> $querykb = "SELECT e_description FROM events WHERE t_id = '$t_id' ORDER BY
> id desc";
> 
> where id is the unique id of each row.
> Then it will order it like:
> 
> Entry 2
> Entry 1

Yes, possibly.
But it still doesn't add the last entry to the variable like I want it to.
I want kb_answer to have the value "entry 2" (in your example) not as 
happens (even in your example) "entry 1".

And, talking to a newbie it would be grate to know why my method produces 
the wrong result.
Martin S.

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to