I need some help, Im gonna try explaining this best I can.
I need to include my design on my website including downloaded scripts. So i came up with an Idea:
Make a file in the script folder with my design, and include the index file in it with php. So it comes up perfect.
So basically Im looking for a way to do this using one file, instead of putting my design into each folder (different script).
So....
/Script 1
/Script 2
/Script 3
all read from a file like
design.php
So when I edit design.php all the scripts have also changed.
Im putting it in this section because i think PHP is the most effecient way for this.
THanks in Advance
Andrey