On Mon, 17 Feb 2003, Miguel Brás wrote:
>
>I have a table with users and passwords with over than 100 rows.
>I have 7 specific users that I wanna display on a page, as well their data.
>
>How can I display this specific users on the page?

You probably want to execute some SQL queries.  Then the data that is 
returned you will want to place into an array.  Then finally you 
will want to iterate over the array creating some html from each row for 
display.


-- 
Greg Donald
http://destiney.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to