Search found 1 match
- Mon Apr 14, 2008 12:31 am
- Forum: PHP - Code
- Topic: Inlcuding page code issue
- Replies: 1
- Views: 171
Inlcuding page code issue
<?php $page = $_GET['page']; if ($page == ""){ $page = "home"; } include ("pages/" . $page . ".php"); ?> I am using the above code on my website but I have a problem - I need to create a hyper link to a page that is like this <a href...