phpspaz Posted May 25, 2007 Share Posted May 25, 2007 Hi, I have a form that is processed by PHP script $_REQUEST. the pages work when its only: echo (to a new page) But, I'd like it to be put into a read only text box in a table. The basics of this would be to select products from drop down menus , the php script processes their values, and then i would like that $total , to be returned to an: <input name="whatever_subtotal" type="text" size="5" readonly="readonly"> How would i add this into the php script, and HTML page already set up? Thanks for the help. ??? Link to comment https://forums.phpfreaks.com/topic/52994-how-to-send-new-variable-total-back-to-be-displayed-into-an-box/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.