Re[2]: [PHP] while loop with mysql

2003-03-10 Thread Richard Kurth
Hello Tom, I have been looking at this for an hour and thought it was something like that but I could not see it. I guess it is time to go to bed. Thanks Monday, March 10, 2003, 1:47:27 AM, you wrote: TR> Hi, TR> Monday, March 10, 2003, 7:20:37 PM, you wrote: RK>> Can somebody look at this an

Re: [PHP] while loop with mysql

2003-03-10 Thread Tom Rogers
Hi, Monday, March 10, 2003, 7:20:37 PM, you wrote: RK> Can somebody look at this and tell me way the first while loop will RK> only loop through the database once when there is more than one record RK> that should be processed. RK> while($members = @mysql_fetch_object($result)) { RK> $logged_

[PHP] while loop with mysql

2003-03-10 Thread Richard Kurth
Can somebody look at this and tell me way the first while loop will only loop through the database once when there is more than one record that should be processed. while($members = @mysql_fetch_object($result)) { $logged_email=$members->email; $logged_title=$members->title; $logged_first_name