Re: [PHP-DB] need help with fetching a result using a function

2003-03-02 Thread Koleszár Tibor
Ahh, thats true. I thought its wokring in mysql. put a * after the select Tibor - Original Message - From: "John W. Holmes" <[EMAIL PROTECTED]> To: "'David Rice'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, March 02, 2003 5:28

RE: [PHP-DB] need help with fetching a result using a function

2003-03-02 Thread John W. Holmes
> I am trying to write a few functions for a project i need to do for > school, > this function should return all the inactive, or active users (1 or 0 > staffstatusid) as an array for creating a drop down menu. > > Now when i perform the following code (yes it is included in a script that > conne

Re: [PHP-DB] need help with fetching a result using a function

2003-03-02 Thread Koleszár Tibor
lt;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, March 02, 2003 4:59 PM Subject: Re: [PHP-DB] need help with fetching a result using a function > > You haven't thorougly read my message, about 4/5 lines down i have said > "(yes

Re: [PHP-DB] need help with fetching a result using a function

2003-03-02 Thread David Rice
mation. I have tested it with other queries that work... and there is no problem, i am definately connected to the database From: Koleszár Tibor <[EMAIL PROTECTED]> To: "David Rice" <[EMAIL PROTECTED]> Subject: Re: [PHP-DB] need help with fetching a result using a function

[PHP-DB] need help with fetching a result using a function

2003-03-02 Thread David Rice
I am trying to write a few functions for a project i need to do for school, this function should return all the inactive, or active users (1 or 0 staffstatusid) as an array for creating a drop down menu. Now when i perform the following code (yes it is included in a script that connects to the