bigbird3156
Programmer
if I place a .php page inside another .php page like this...
Can I put a link in cat_menu.php that will replace itself with the new page inside the div tags of the original page?
if so how?
that sounds confusing...
index.php calls cat_menu.php within the mainContent Div tags
cat_menu.php has a link to view_all_cat.php that is to replace cat_menu.php inside index.php
sorry, I have looked around the web a fair bit for the answer to this one, but I don't know what to search under
The Bird from Down Under- Bigbird 3156
Programmer?? - I thought the option was pretender not programmer!!
Code:
<div id="mainContent">
<?php require('cat_menu.php'); ?>
</div>
Can I put a link in cat_menu.php that will replace itself with the new page inside the div tags of the original page?
if so how?
that sounds confusing...
index.php calls cat_menu.php within the mainContent Div tags
cat_menu.php has a link to view_all_cat.php that is to replace cat_menu.php inside index.php
sorry, I have looked around the web a fair bit for the answer to this one, but I don't know what to search under
The Bird from Down Under- Bigbird 3156
Programmer?? - I thought the option was pretender not programmer!!