Write a web application which will take information from the


Write a web application which will take information from the visitor and send an email alert about the state of the visitor's finances. 

•Name the submission form solution04.html. The form should require that the visitor (head-of-household) provide the email address to which the alert will be sent and the balance remaining in the account.
•The script used to process this information will be named solution04.php. Use the POST method of transmission, since this is the sort of application which often leads to updates to databases.
•The script will use the supplied email address as the target for the message.
•The script will place the account balance provided by the visitor into the proper place in a pre-created body of text. That text will be designed to inform the recipient.
•After creating the message, the script will invoke the functions used to send it to the recipient.
•(NOTE: It is possible that your installation environment will prevent you from sending the email, but you should still invoke the appropriate functions.)
•Use the XHTML portion of the script to create a confirmation page to be viewed by the visitor. The confirmation page should display the text of the email message.

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Write a web application which will take information from the
Reference No:- TGS0141392

Expected delivery within 24 Hours