[PHP] Re: How To Do This?

2004-05-22 Thread Aidan Lister
Hi Justin, For future reference, your choice of subject is poor - be more descriptive, your subject could apply to 99% of the questions asked on this list. I have no idea what you've created in DW MX 2004, nor have you given us any information about it. If you have an authorisation level stored

Re: [PHP] Re: How to do this? 6 lines of code...Parse error

2004-01-03 Thread Ryan A
Hey, OK, got it, thanks! -Ryan On 1/4/2004 1:00:04 AM, Aidan Lister ([EMAIL PROTECTED]) wrote: > Firstly > I'd rewrite your other script to store the data in an array. > > The benefits of doing so are simply demonstrated: > > foreach ($products as $product) > dosomethingto($product); > ?> > > Ho

[PHP] Re: How to do this? 6 lines of code...Parse error

2004-01-03 Thread Aidan Lister
Firstly I'd rewrite your other script to store the data in an array. The benefits of doing so are simply demonstrated: However, if you are unable to rewrite your script: The correct syntax is: "Ryan A" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > am a bit confused as t