Intro
I remember I started learning php from a book in the second year of the univesity. It was quite interesting, some people say you cant learn a programming language, or script, from a book. I tend to disagree though, I first is quite a ok way to learn. But of course, combining with practical part, undoubtedly.
PHP
I didn’t practice much php for a bit and re-learning it from [1] made me miss the forms and the buttoms. So simple and yet so well done.
<br><br>
Gender:
<input type=”radio” name=”gender” value=”female”>Female
<input type=”radio” name=”gender” value=”male”>Male
<input type=”radio” name=”gender” value=”other”>Other
<br><br>
Gender:
<input type=”radio” name=”gender” value=”female”>Female
<input type=”radio” name=”gender” value=”male”>Male
<input type=”radio” name=”gender” value=”other”>Other
<br><br>
Ref