Re: I have to Randomize my Query output

2002-03-30 Thread Randal L. Schwartz
> "Jim-Cont" == Jim-Cont Flaherty <[EMAIL PROTECTED]> writes: Jim-Cont> I am lost . I have this quiz program , It prints and grades the quiz . now Jim-Cont> the managers want to make it put out random tests

Re: I have to Randomize my Query output

2002-03-29 Thread bob ackerman
you aren't showing code that fetches the result of get the random record. are you fetching it? what do you get? any errors? what do you mean 'it does nothing? it looks like you want to requery with select where num = $numbers[$r_num] .. that way you would be using the value from the first query