Jump to content

How to send new variable $total back to be displayed into an <input ="text"> box


Recommended Posts

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.  ???

 

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.