What's new

Help Baka magaling kayo mag code jan

Jakewill

Eternal Poster
Joined
Jan 29, 2021
Posts
1,058
Solutions
2
Reaction
941
Points
504
Paggawa naman po ako neto pls po kelangan mahina po ako sa coding


Create a PHP script that would look like the form below. The form should have a POST method and a blank action. The form should contain the following:

1. HTML Forms Header
2. Full Name Label and Textbox
3. Secret Word Label and Password Field
4. Age Label with 2 Radio Button Selection (‘Below 18’ and ‘18 and Above’)
5. Preferred Car Label with 3 Checkbox Button Selection (Toyota, BMW, and Lamborghini)
6. Favorite Color Label with a select box that contains 7 option (Red, Orange, Yellow, Green, Blue, Indigo and Violet)
Afterwards, create an isset() function within the same file that would get all the user input and display it just like what was in the “Sample Output After Clicking Send”
 

Similar threads

Back
Top