PHP: how to put the value from input type="text" into php variable $var99?

Fagush

New member
I have php code

echo '<input type="text" value="0" name="theVal" id="theVal" />';
if ($var99>4) {}

But, I don't know how to put the value =0 from theVal variable into $var99?

Thank you.
 
Back
Top