I have a customized fantasy football transaction menu system that was provided to me from someone else. Now, the menu system uses various files that are all linked to each other. It is written in
PHP and uses some mysql databases to maintain the league and team information. Now what I want to be able do is have the main tranasaction system index.php show up in a block, and then when ever you choose a link from the transaction menu, it will open up the new
PHP file in same the block.
I've gotten to the point, where I have successfully been able to have the original transaction menu (which is index.php that i have located in a subdirectory of
PostNuke) by using the core/php block, but now how do I have those links open up the new files in the same block?
Can this be done?
Thanks
Switch