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

Glib GIOChannel -

delphi - When I encode/decode SMS PDU (GSM 7 Bit) user data, do I need prepend the UDH first? -

python - Obscure curses error message when creating a sub window -