Re: [PHP] Lost in query... Trying to get output from query....

2004-10-11 Thread GH
Thank You Murray's suggestion worked On Mon, 11 Oct 2004 11:20:57 -0400, John Nichel <[EMAIL PROTECTED]> wrote: > GH wrote: > > Greetings: > > > > I am having a problem with trying to get data out of my mySql database. > > > > I run my query which works fine and everything... > > > > I use:

Re: [PHP] Lost in query... Trying to get output from query....

2004-10-11 Thread John Nichel
GH wrote: Greetings: I am having a problem with trying to get data out of my mySql database. I run my query which works fine and everything... I use: $admin_get_options_query_text = "Select * from adminpage"; $admin_get_options_results_reference = mysql_query($admin_get_options_query_text,

RE: [PHP] Lost in query... Trying to get output from query....

2004-10-11 Thread Murray @ PlanetThoughtful
_reference); Hope this helps... Much warmth, Murray -Original Message- From: GH [mailto:[EMAIL PROTECTED] Sent: Tuesday, 12 October 2004 12:59 AM To: PHP General; [EMAIL PROTECTED] Subject: [PHP] Lost in query... Trying to get output from query Greetings: I am having a problem w

Re: [PHP] Lost in query... Trying to get output from query....

2004-10-11 Thread Greg Donald
On Mon, 11 Oct 2004 10:58:45 -0400, GH <[EMAIL PROTECTED]> wrote: > my problem is that I would like to get that output into my php > codeI would like to have something that goes like this for each > record.. > > The api# $adminpageid allows you to $description, and uses the file #file_name >

[PHP] Lost in query... Trying to get output from query....

2004-10-11 Thread GH
Greetings: I am having a problem with trying to get data out of my mySql database. I run my query which works fine and everything... I use: $admin_get_options_query_text = "Select * from adminpage"; $admin_get_options_results_reference = mysql_query($admin_get_options_query_text,$db_acc