Hi !!
 
Is there any way to parse variable from JavaScript to PHP ? Something like:
function xxx (id) {
<? $id = ?> id;
}
 
DAN


Reply via email to