Recent content by axle12693

  1. A

    PHP variable question?

    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