Hi
I must do a form where I ask for the birthday, I do 3 <select> and I want that when I choose february, the 31° are not available ? How can I do that ??
Please Help
Daft
You must give the same name at all the radio button :
<input type="radio" name="myradio" value="button 1"><br>
<input type="radio" name="myradio" value="button 2"><br>
<input type="radio" name="myradio"...
Hi
I've a programme on php under linux and I must have the name of the user (it's an intranet) but whitout login, the login is when people start his computer but it's on NT. How can I go searching the name of the user on NT and PASS it on my PHP - Linux ??
Thanks for your help
Daft
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.