Hi
Can some one help me, I want all php on one page.
I have make this, but that not working. I want it to go to page 100 and echo what there are.
<?php
header('Location: http://www.example.com/index.php?page=100');
if ($_GET['page'] === '100')
echo 'HTML code</a>';
if ($_GET['page'] === '101')
echo 'HTML code';
?>