Re: [PHP-DB] What is wrong with this query?

2005-01-23 Thread just roibm
A better idea would be, back to basics, back to learning SQL. Otherwise you'll get PLENTY rows and don't even know why ;) -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] last record

2005-01-27 Thread just roibm
When the result page is presented I want to provide a link to the last record at the top of the page. well, what about one of these: - add that link via javascript - use some sort of a buffer valiable for the output and add the link at the beginning of the buffer from within php -- PHP