hello all, i hope someone can help, i am trying to make a PHP variable from a hidden form variable.
the page already has the value i need and the correct value is displayed.
<span class='summary betrag_rechts'>
<span id='summary_total'>total <span> ".$this->currency."</span></span>
<input type='hidden' name='tbclient[total]' value='total'>
</span><br />
but i need the value of "total" as a $php type variable. is this possible?
thanks