Web Programming IITU Board 2021
Write a PHP program to create a webform with two textboxes (name and age), a radio button for gender and a submit button. When a submit button is clicked, save the data to the file named "Person.txt."
4A 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