SaW
Member
- Mar 3, 2018
- 101
- 15
Trying to set up a refferal system which uses $_GET to pick up the refferer, like
Even this won't output correctly
using
Any ideas why this happens, maybe because of .htaccess?
You must be registered for see links
, though it doesn't work.Even this won't output correctly
PHP:
$ref = $_GET['ref'];
echo $ref;
You must be registered for see links
Any ideas why this happens, maybe because of .htaccess?