PHP variable question?

axle12693

New member
Is there a way to put the value of a textbox in a PHP variable without putting into a form and using post or get?
In other words, is there a PHP equivalent of this javascript:
var xyz = document.getElementById("textbox").value;
 
Back
Top