1
hi folks,
i started developting a database application using the xoops-framework with PEAR and MySQL within the XOOPS-mypage-module.
things worked fine until i run into this problem: imagine you have to views on a content namely A.php and B.php, which are calling a detail page C.php for editing. when editing is done C shall return to it's caller, which could be A or B.
how can i relize such a behaviour? i've already tried a session-stack approach without to much success, since XOOPS seems to kill my variables.
any usefull piece of advice is more than welcome...
desperately
chillbill