|
Posted by Ashok on 06/28/05 14:08
Yep, almost the same.
<?php ds ("images/".$products['products_image']."",100,"big magic") ?>
Thanks.
"Geoff Berrow" <blthecat@ckdog.co.uk> wrote in message
news:q5a2c1133sr1e2b3jnd6c75528og7dm3jt@4ax.com...
> I noticed that Message-ID: <d9q27c$1hfb$1@gavrilo.mtu.ru> from Ashok
> contained the following:
>
> ><?php ds("images/$products['products_image']",100,"big magic") //this is
> >line 75
> > ?>
> You could try:
>
> $image="images/".$products['products_image'];
> ds($image,100,"your alt text here");
> --
> Geoff Berrow 0110001001101100010000000110
> 001101101011011001000110111101100111001011
> 100110001101101111001011100111010101101011
[Back to original message]
|