|
Posted by Ashok on 06/28/05 14:10
Thanks, works too :)
"Janwillem Borleffs" <jw@jwscripts.com> wrote in message
news:42c12e84$0$8337$dbd4f001@dr4.euro.net...
> 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
>
Navigation:
[Reply to this message]
|