Posted by Jerry Stuckle on 02/14/06 04:21
Jerry Stuckle wrote:
> Dave Mennenoh wrote:
>
>> If you note my third code snippet, you'll see I use $folder there -
>> it's what I ultimately do want. You can forget $folder in the first
>> two examples really...
>> And $folder would contain something like I have hardcoded:
>> 'portfolio/bay_website/'
>>
>>
>
> OK, I was referring to the first two.
>
> Again - EXACTLY what is in $folder? i.e.
>
> echo :folder = " . $folder . "<br>\n";
>
That should be:
echo "folder = " . $folder . "<br>\n";
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|