php - How to get idevaffiliate user_id from idevafiliate referral link in joomla 3 -
i'm using idevaffiliate referral url redirecting on joomla site.
for eg. refrral link idevaffiliate
localhost/iaji/idevaffiliate/idevaffiliate.php?id=100 i want affiliate user id in joomla. know s integration of idevaffiliate joomla 3.
you can variables passed joomla using jinput - http://docs.joomla.org/api17:jinput
$jinput = jfactory::getapplication()->input; $foo = $jinput->get('nameyofyourvar', '0', null); i wouldn't phone call "id", though, may conflict joomla's own variables.
php integration joomla3.0
No comments:
Post a Comment