Web Programming IITU Board 2021
Write a PHP program to demonstrate that contain a textbox for name , a textbox for age and a textarea for comments. Validate the data before submitting the data to the server. Assume all the…
4Write a PHP program to demonstrate that contain a textbox for name , a textbox for age and a textarea for comments. Validate the data before submitting the data to the server. Assume all the required validations and age must be between 1 to 100.
A worked answer is on its wayMeanwhile, read the Web Programming II notes for this topic.
Discussion
Loading…
More Web Programming II questions
What is difference between cookie and session?TU Board 20231How can we place a double quote character in a double quoted string?TU Board 20231How does file opening mode "w" differ with "w+"?TU Board 20231Write a syntax to declare a function.TU Board 20231How do we find the length of an array?TU Board 20231How do you set default values for function parameter?TU Board 20231