Last Time i asked I got this as the final
code
<?
if ($id == "news") {
include("news.php3");
} elseif($id== "guest") {
include("guest.php3");
}?>
<A href="index.php3id=guest">guest</A>
<A href="index.php3?id=news">news</A>
Know where ever i place that code that where the news.php3 page comes up thats the code between <? and ?> wher ever i place that cod ethat the place the requires page comes up. Know i want to know can i use the requires page to be in .cgi so it would look like
Bookmarks