Posted by:
Joe
(---.229.238.248.Dial1.Detroit1.Level3.net)
well i been useing the same php code as i have for omost 3 years now. i found my problem for the top one, i was workin to far ahead in the Login script. but as far as the page linking i been using the same code as i said befor. why it's giveing me problems now, ill never know.....
just a simple "<?php include ("$page"
; ?> "
i just switch over to this one
<?php if ($page == ""
{ include "news.php"; } else { include "$page.html"; } ?>
but that one only shows the news.php where i posted it and nothing else when i wanna go to a new page.....