You can get it in PHP as $_REQUEST['id'] Thanks & Regards, Dhruva Sagar.
On Fri, Dec 4, 2009 at 8:06 PM, .......... <cognizantst...@gmail.com> wrote: > > I want to pass some value (other than that i type in text box) when i > am using autcomplete . for that i am using extraParams and passing it > in the below manner > > extraParams: { > id: 1234, > }, > > so how can i get the value in php which i passed as extraParams. > > >