7 Posted Topics
Re: if you are posting it using a PHP form then you will use something like that ($_POST['checkboxname] == "ON") if you want to see what checkboxes are checked you have to declare them as an array then loop through them see this link [URL]http://www.daniweb.com/techtalkforums/thread62312.html[/URL] | |
Re: Actually I need to know how it can be done as well. Using Symbian for Nokia for example | |
Re: delete whatever in [COLOR=red]red[/COLOR] [COLOR=red]R0 - HKCU\Software\Microsoft\Internet Explorer\Main,Start Page = [/COLOR][URL="http://www.yahoo.com/"][COLOR=red]http://www.yahoo.com/[/COLOR][/URL] [COLOR=red]R1 - HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings,ProxyOverride = localhost R0 - HKCU\Software\Microsoft\Internet Explorer\Toolbar,LinksFolderName = F3 - REG:win.ini: load=??? ? F2 - REG:system.ini: UserInit=C:\WINDOWS\System32\Userinit.exe[/COLOR] O3 - Toolbar: Norton AntiVirus - {42CDD1BF-3FFB-4238-8AD1-7859DF00B1D6} - C:\Program Files\Norton AntiVirus\NavShExt.dll [COLOR=red]O3 - Toolbar: Yahoo! Toolbar - {EF99BD32-C1FB-11D2-892F-0090271D4F88} - … | |
Re: Thats because you are not able to get an IP from the DHCP is your pc the only "wifi" out of the 6 pcs connected to the router ? if yes then please do check the wireless configuration in the router go to one of the connected computers, copy the … | |
Re: Hello I need to use ajax with asp.net as well. It will make our lifes much eaiser | |
Re: declare the checkboxes as array e.g. [code] <html> <body> <form> <input type = 'checkbox' name = 'mychk[]'> <input type = 'checkbox' name = 'mychk[]'> <input type = 'checkbox' name = 'mychk[]'> <input type ='submit'> </form> </body> </html> [/code] now you have three check boxes with the same name post it … | |
Re: slight modification to your code which gives the same result [code=c] int one_less(char *a) { for (int k=0; *a ; a++) if (*a >='1' && *a<='9') {(*a)-- ; k ++;} return k; } [/code] |
The End.