Re: [PHP-DB] Looping within a string?

2004-12-16 Thread Jason Wong
On Friday 17 December 2004 11:24, Chris Payne wrote: Please do not top post. > Well basically I have a list of items and their prices etc . which have > to be sent via email, so I need to store the data in a string. I THOUGHT I > could execute the loop with all the elements (Such as table ro

RE: [PHP-DB] Looping within a string?

2004-12-16 Thread David Robley
On Fri, 17 Dec 2004 13:54, Chris Payne wrote: > Hi there, > > Well basically I have a list of items and their prices etc . which > have > to be sent via email, so I need to store the data in a string. I THOUGHT > I could execute the loop with all the elements (Such as table rows etc > ...) i

RE: [PHP-DB] Looping within a string?

2004-12-16 Thread Chris Payne
Hi there, Well basically I have a list of items and their prices etc . which have to be sent via email, so I need to store the data in a string. I THOUGHT I could execute the loop with all the elements (Such as table rows etc ...) inside a string, but I was wrong, so how can I store the data

Re: [PHP-DB] Looping within a string?

2004-12-16 Thread Jason Wong
On Friday 17 December 2004 10:33, Chris Payne wrote: > Iâm having to send an email with looped results, but Iâm having problems. > I can send an email no problem, and this code works OUTSIDE of the string, > but not inside, can anyone see what is going wrong? Please explain what you are doing. A