How to assign a textbox value to PHP variable??

Posted on 16th Feb 2014 by admin

Hi ! Can any one help me out as quickly as possible. As I m new to PHP.
Plz tell me how to assign a textbox value to PHP variable on a same PHP page with out POSTING data to other page e.g:

$tbVal = textbox;

I dont want to do this ----> $tbVal = $_POST[""];

pLZ HELP ME OUT ON THIS.

Other forums