1)Hello, can I know how to validate a checkbox n pull-down menu using ONLY php?(not Javascript)
2)What is the difference between the "name" and the "value" attributes in the form elements, say single text box and, will they give the same result if I output the variable using either one of them? ( <input type=text NAME=yourname> OR <input type=text VALUE=yourname> )
then
.........
......
echo "Hello, $yourname!";
Thank you.
Regards,
none