I am kinda sorta new to PHP and I am trying to make dynamically loading pages. For example the home page like is:
I can get the ?nav (Navigation bar) to load by using
What could the problem possibly be? I have a called main.php that is supposed to go there.
-Nick
Edit: Whoops.... said index.html instead of index.php..
| Code: |
| <a href="index.php?nav=main&?page=home"> |
I can get the ?nav (Navigation bar) to load by using
| Code: |
| <?php include($nav); ?> |
What could the problem possibly be? I have a called main.php that is supposed to go there.
-Nick
Edit: Whoops.... said index.html instead of index.php..
