Posted by Jerry Stuckle on 12/03/07 12:45
atwiawomo@yahoo.com wrote:
>> I'm not sure what you're using, but {php} is not normal PHP syntax.
>>
>> In PHP you could do something as easy as
>>
>> include ($imageCat.'.'php');
>>
>> But not knowing what you're using, I have no idea if it will work or not
>> for this.
>>
> Thanks for getting back to me.
>
> It's just a regular php page I'm trying to do this with.
>
> I couldn't get your suggestion below to work.
>
> This works fine but still isn't dynamic:
> include (include ("1.php");
>
> It's been quite a while since I did any PHP so am pulling my hair out
> about something that should be fairly straight forward.
>
> Mr M
>
>
(Top posting fixed)
This is not legal PHP code. Obviously you're using some templating
system, but you've never told us what you're using.
You really need to be asking these questions in the support group for
your templating system.
And please don't top post.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|