Topic: How to post values to lib.account_register through links?
Hello
I want to post type_id value to the lib.account_register.php fil.
The following does not work:
http://localhost/index.php?m=account_register?type_id=2
Output:
print_r($_POST)
gives en empty array.
How should it be done?
Thanks