Re: help catch the error
- From: Janwillem Borleffs <jw@xxxxxxxxxxxxx>
- Date: Tue, 28 Jun 2005 13:03:32 +0200
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
.
- Follow-Ups:
- Re: help catch the error
- From: Ashok
- Re: help catch the error
- References:
- help catch the error
- From: Ashok
- help catch the error
- Prev by Date: Re: help with framing a pic
- Next by Date: Re: help with framing a pic
- Previous by thread: help catch the error
- Next by thread: Re: help catch the error
- Index(es):