PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
In the above form, is it possible using php, to update the <label id="CustInfo" "xxx" value to be "George Jones" and insert the text "$12.00" into the textbox for <input id="DollarValue"... ?
Presumably, you want these changes to be made after the webpage has been sent to the browser (eg in response to some user action like clicking a button). Normally, Javascript is used for this purpose.
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.
Thanks to both of you. I was afraid we would have to use JavaScript, but thought perhaps it might be possible to get the server to update the page without reloading it.