How to return a value into webpage

Posted on Stack Overflow See other posts from Stack Overflow
Published on 2009-09-07T19:03:53Z Indexed on 2010/05/09 15:08 UTC
Read the original article Hit count: 183

Filed under:
|
|
|

Hello:

I have a simple webpage that displays the credit balance for calling cards. So far without any problems, with HTML, PHP and mysql, I was able to retrieve the balance from a data base. But I have to display the result in ANOTHER PAGE, wich looks akward because the page must reload.

Can I just load this value into a pre-drawed field under the input fields that collect the data from the customer? Such as :

Account Number: 134556 PIN: * |send|

Balance is: $12.36

Thanks in advanced

© Stack Overflow or respective owner

Related posts about html

Related posts about return