I am sure I have seen this somewhere but I cannot seem to find it again!
How do I write a js variable into a php variable?
I have tried
but it does not work
David
Remember: You only know what you know
and - you don't know what you don't know!
How do I write a js variable into a php variable?
I have tried
Code:
$data = "document.forms['test'].elements['input0']";
David
Remember: You only know what you know
and - you don't know what you don't know!