Re: [PHP] Including a dynamic variable/file

2004-04-12 Thread Ryan A
Hi again, Disregard the last post, i found the problemthe variable was being overwritten by another one below Cheers, -Ryan On 4/13/2004 1:50:07 AM, Ryan A ([EMAIL PROTECTED]) wrote: > Hi, > I created a "control panel" for a client, he wanted the option of > changing > the template as when

[PHP] Including a dynamic variable/file

2004-04-12 Thread Ryan A
Hi, I created a "control panel" for a client, he wanted the option of changing the template as whenever he pleases. Since he knows HTML I made it very simple by adding a header and a footer. He simple fills in 2 variables in Config.php: $client_header $client_footer In my scripts I am calling it