[PHP] Looping or what?

2003-07-09 Thread Zac Hillier - Net Affectors
The code below is suppose to replace some images and links but when I run it the page just seems to hang and eventually times out. Am I Looping somewhere and not realising it? Thanks Zac $i = $c01_1; $imgLst = ''; function imgRplc($val){ global $imgLst; global $i; $imgLst .= div

Re: [PHP] Looping or what?

2003-07-09 Thread Jason Wong
On Wednesday 09 July 2003 21:12, Zac Hillier - Net Affectors wrote: The code below is suppose to replace some images and links but when I run it the page just seems to hang and eventually times out. Am I Looping somewhere and not realising it? print $i to find out? -- Jason Wong - Gremlins