Re: Weird select with php

2001-03-07 Thread John Barton
SELECT * FROM members where name like 'A%' ORDER BY RAND(); John Barton Unix Systems Administrator Primary Networks, Inc. [EMAIL PROTECTED] On Tue, 6 Mar 2001, Matt "TrollBoy" Wiseman wrote: > I'm attempting to do a select from my table, but the only odd thing is the > customer wants the resul

Weird select with php

2001-03-07 Thread Matt \"TrollBoy\" Wiseman
I'm attempting to do a select from my table, but the only odd thing is the customer wants the results to be completely random every time... is there anything like this?? $query = "SELECT * FROM members where Name like 'A%' ORDER BY random"; Matt "Trollboy" Wiseman www.shoggoth.net/trollboy/t