Hi,
I want to capture a referral ID from another partnering
website, when user click on the "register" link at that website,
it will http post a referral value to the register.php
form generated by phprunner.
eg:
Referal Link: http://www.abc.com?rid=1234
register.php: will have a hidden value to
store this value and when user
complete the register form, the hidden value
is save to the mysql table.
I think it work similar to the previous post about http post
to login.php form from mambo login that need to
replacing $_POST to $_REQUEST in the login.php,
i tried that concept and it worked.
likewise, something need to be done at register.php.
i tried but to no avail.
Any of your kind advise is really appreciated.
Best Regards
Dex