Toby -

The query is done in another function

  $row = db_get_questions($dbh, $course);

Then I want to move to a record by row number, so I have the function for doing
that.  I will need to move to  acsending rows since my client needs to obtain
random records.  I have already created my array of ascending row numbers.

Todd



Toby Butzon wrote:

> I don't see a query anywhere... you might want to take a look at
> http://php.net/manual/function.ibase-fetch-row.php and
> http://php.net/manual/function.ibase-query.php and reply back to us if it's
> still unclear & not working...
>
> Regards,
>
> Toby Butzon
> [ criticism spurs improvement ]
>
> ----- Original Message -----
> From: "Todd Cary" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, January 09, 2001 11:04 PM
> Subject: Re: [PHP] Passing a query result
>
> : Whoops!  I forgot the code!!
> :
> <snip>

--
Todd Cary
Ariste Software
[EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to