Re: [PHP] Modulus Formatting

2001-02-06 Thread Web Admin
at's all ;-) Ahmad Anvari - Original Message - From: Michael Hall To: PHP List Sent: Tuesday, February 06, 2001 10:03 AM Subject: [PHP] Modulus Formatting > I can pull data out of a database using mysql_fetch_array and assemble it like this using a w

[PHP] Modulus Formatting

2001-02-05 Thread Michael Hall
> I can pull data out of a database using mysql_fetch_array and assemble it like this using a while statement: > > $data > $data > $data > etc ... > > What I'd like to do is assemble it like this: > > $data$data$data > etc... > > In other words, I need a break () every three times through th