1
Hi,
I wana just the followings:
"
i.e. open two website by one click, but I have a question. The above code seems to work only if I include the followings:
include '../../mainfile.php';
include(XOOPS_ROOT_PATH."/header.php");
.. mt stuff..
include(XOOPS_ROOT_PATH."/footer.php");
is there a way not to include root header and footer while achieveing the goal of opening two links with one click?
Thanks