Re: [PHP] Data from DB

2003-02-17 Thread Miguel Brás
Using MySQL Any change for a code sample? Thx Miguel "Greg Donald" <[EMAIL PROTECTED]> escreveu na mensagem [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > 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 tha

Re: [PHP] Data from DB

2003-02-17 Thread Greg Donald
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 da

Re: [PHP] Data from DB

2003-02-17 Thread David A Dickson
On Mon, 17 Feb 2003, Miguel Brás wrote: > Hello gents, > > 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? A little more information is need: 1.