A axle12693 New member Nov 1, 2011 #1 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;
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;