PHP Classes

How do you select more than 1 Record at a time??

Recommend this page to a friend!

      PHP MySQL class generator  >  All threads  >  How do you select more than 1 Record...  >  (Un) Subscribe thread alerts  
Subject:How do you select more than 1 Record...
Summary:The example shows: select(16). How do I select more than one?
Messages:1
Author:centenial
Date:2007-01-16 17:11:13
 

  1. How do you select more than 1 Record...   Reply   Report abuse  
Picture of centenial centenial - 2007-01-16 17:11:13
I need to be able to do something to the effect:

select(all records);

and then have a while loop where I can have the results.

Can anyone show me how to do this with this MySQL CLass???