transferring a javascript value to a php variable -


what best way transfer following outputted value php variable?

$(document).geturlparam("id"); 

through ajax post.

$.ajax({  type: 'post',  url: url,  data: data,  success: success,  datatype: datatype }); 

Comments

Popular posts from this blog

sql server - NHibernate incorrectly creating ManyToMany table - Cannot define PRIMARY KEY constraint on nullable column error -

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -