Link to home
Start Free TrialLog in
Avatar of Victor Kimura
Victor KimuraFlag for Canada

asked on

jQuery find GET parameter

Hi,

I'm trying to determine in jQuery if I have a value in $_GET['prod_id'] from a page like:

product-scores.php?status=doc&prod_id=20

and if so then do the following code.

In other words, as in pseudo code:
if ( $_GET['prod_id'] != '') {....}

Open in new window


Thanks,
Victor
ASKER CERTIFIED SOLUTION
Avatar of Gurvinder Pal Singh
Gurvinder Pal Singh
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Victor Kimura

ASKER

Thanks.=)