Re: help catch the error
- From: "Ashok" <non2@xxxxxxx>
- Date: Tue, 28 Jun 2005 15:10:39 +0400
Thanks, works too :)
"Janwillem Borleffs" <jw@xxxxxxxxxxxxx> wrote in message
news:42c12e84$0$8337$dbd4f001@xxxxxxxxxxxxxxx
> Ashok wrote:
> > <?php ds("images/$products['products_image']",100,"big magic") //this is
> > line 75
> > ?>
> >
>
> This should be:
>
> <?php ds("images/{$products['products_image']}",100,'big magic') ?>
>
> Or:
>
> <?php ds('images/' . $products['products_image'],100,'big magic') ?>
>
>
> JW
>
.
- References:
- help catch the error
- From: Ashok
- Re: help catch the error
- From: Janwillem Borleffs
- help catch the error
- Prev by Date: Re: help with framing a pic
- Next by Date: Dumb Question of the day (maybe year)
- Previous by thread: Re: help catch the error
- Next by thread: Dumb Question of the day (maybe year)
- Index(es):