View Single Post
  #1 (permalink)  
Old 06-22-09, 07:22 AM
vinpkl vinpkl is offline
Newbie Coder
 
Join Date: Oct 2008
Posts: 62
Thanks: 3
Thanked 0 Times in 0 Posts
fetch id with javascript

hi all

like there is a url
Code:
manage_products.php?page=2
If i want to fetch page id in php then i will write
Code:
$page=$_REQUEST['page'];
Now if i want to fetch page id in Javascript then what should be my code in javascript.

vineet
Reply With Quote