Hi Gurus
I am sorry to ask so many questions, I am just really excited about PHP. I LOVE IT.
I have about twenty pages now, all with various scripts. All of them are different but the header and the footer are always similar
eg.
.....<HTML>...< HEAD>..<BODY>.. ...<TD>
{content}
</TD>end of file stuff</html>
Should I put the front and the end in a special function so that I can change all of them at once?
TIA
- Nicolaas
I am sorry to ask so many questions, I am just really excited about PHP. I LOVE IT.
I have about twenty pages now, all with various scripts. All of them are different but the header and the footer are always similar
eg.
.....<HTML>...< HEAD>..<BODY>.. ...<TD>
{content}
</TD>end of file stuff</html>
Should I put the front and the end in a special function so that I can change all of them at once?
TIA
- Nicolaas
Comment