<?php
//this is the index.php3
//selecting page
if ($pagetype == "article") {
if ($page == "1") {
echo "\n";
echo "<body>\n";
echo "here are some articles on page 1<br>\n";
echo "</body>\n";
echo "\n";
}
if ($page == "2") {
echo "\n";
echo "<body>\n";
echo "here are some articles on page 2<br>\n";
echo "</body>\n";
echo "\n";
}
}
if ($pagetype == "contactme") {
echo "\n";
echo "<body>\n";
echo "contact me on icq: 37072553<br>\n";
echo "</body>\n";
echo "\n";
}
?>
hope this helps, if you have any further questions, my icq is 37072553, or just ask another question on phpbuilder.
Jason Rottman
www.stardefenders.com