Welcome to Super Saiyan Xtreme 2.0. We hope you enjoy your stay, and like everything we have made. Our goal is to make an original, nice site which'll enjoy many people.Please vote for us if you think this is O.K, and take our polls to help us think about new ideas.There is a Dutch version coming up, real soon!
Php tutorial
Php is like ssi, but it does the opposite. here you make the layout, and the content is set in true php.
How to do it:
First make a layout without all the content
Then, put where you want the content: <*?php include ("$page"); ?*> but without the *'s.
Then save it as main.php
Now make a page with content only, and nothing else like hover effects or whatever. And save it as the page name you inserted as the php include.
Then the link would look like this: http://www.yourhost.com/main.php?page=whateveryoucalledthepage.html
whateveryoucalledthepage.htm has to be the page.
Well I hope you understood the basics of php. It is much easier than ssi, and when I get a new server that's supprots both, I'll put it up!