Hii.. some vb programming help needed please.
Please tell me how to make the URL variables available for $userinfo['where'] in a custom WOL plugin.
My code:-
Hook: online_location_process
Hook: online_location_unknownCode:if ($filename == 'myfile.php') { $userinfo['activity'] = 'myprocess'; }
The switch case is working good. BUT how to build the URL in userinfo[where]. How to make the $item_id and similar variables available for location url.Code:if ($userinfo['activity'] == 'myprocess') { switch($userinfo['values']['do']) { case 'view': $userinfo['action'] = 'Viewing Item'; $userinfo['where'] = 'I NEED HELP WITH THIS'; break; default: $userinfo['action'] = 'Vewing Custom Page'; break; } $handled = true; }
Thanks



LinkBack URL
About LinkBacks






Reply With Quote

