Hi All
This is my first post, and I'm really happy to join you guys, and I hope I can contribute in the best way I can.
Ok, enough with the nice talk... Here is my problem
I've created a PHP template using :
header.php
footer.php
fucntions.php
>>Template folder with:
header.htm
footer.htm
Here is my big Q?
How can I use the Include() to keep any PHP script inside the template.
Ok, let me make this easy to understand
I have a script called \HelpDesk\index .php I wuold like to use my template on this script and on any other PHP script, it works fine for the first page only, but if I click on any link on the HelpDesk/index.php it opens the script with out the template.
I would like to run the whole script inside my template, can that be done?
Thank you in advance for your support.
Regards,
Sndfx69
This is my first post, and I'm really happy to join you guys, and I hope I can contribute in the best way I can.
Ok, enough with the nice talk... Here is my problem
I've created a PHP template using :
header.php
footer.php
fucntions.php
>>Template folder with:
header.htm
footer.htm
Here is my big Q?
How can I use the Include() to keep any PHP script inside the template.
Ok, let me make this easy to understand
I have a script called \HelpDesk\index .php I wuold like to use my template on this script and on any other PHP script, it works fine for the first page only, but if I click on any link on the HelpDesk/index.php it opens the script with out the template.
I would like to run the whole script inside my template, can that be done?
Thank you in advance for your support.
Regards,
Sndfx69
Comment