PHP makes it really easy to do stuff like that. I assume you have access to a web server with PHP installed, or have installed it on your own server before trying all this?
There are tons of ways to use templating for your site, PHP in a way is a templating system itself. You can use the include() statement to include another PHP script. So if you had a site logo you wanted to display above every page, you could write up something like:
Code:
include('pg_header.php');
And then stick that at the top of every page you have. pg_header.php would just be your site logo and whatever other script or HTML you wanted.
Check out
Developer's Shed for tons of PHP tutorials, as well as
PHP.net which is a great resource. Of course
Google will bring up tons of great stuff.
__________________
1700+ @ 2.33GHz (10.5x222) w/ SK7 & TT Smart Fan II
EPoX 8RDA+ Crush 18D (A1/C1) northbridge stepping
MSI geForce4 Ti-4600 @ 313/725
Kingston HyperX PC3500 @ DDR444 2-3-3-7
World Web Chat |
Web Design