lesson1_NML.zip
Assignments iau
Create the xhtml form corresponding to the illustration below. The form should submit it's content to a php program that must display the received variables in print.
Create the xhtml form corresponding to the illustration below. The form should submit it's content to a php program that must display the received variables in print.
Consider comparing the two email entries and write on the
output page if they are the same or if they differ.
The comparison is done with an
if-statement. Do it the same way you did it in
ActionScript.
Create the xhtml form corresponding to the illustration below. The form should submit it's content to a php program that must look EXACTLY the same, but it must contain the result in the leftmost input field and the rightmost input field must be empty.
When you have the form ready, we shall program the calculator! It will look and work like this.