Hi i am currently coding a very complex module inside the WB core and i am experiencing a problem with the page systeme.
When a generated page (Ex: pages/this.php) has a link to (Ex: pages/that?var=haha) the _GET var is empty. can somebody point me out the code i need to work out? cause this is driving me nuts lol
Use $_REQUEST instead of $_GET ...
Regards
Aldus