Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #20.4K
Ranked #4K
~3K People Reached
Favorite Tags

7 Posted Topics

Member Avatar for fariba123

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]

Member Avatar for bhagyashree.bhatt2
1
1K
Member Avatar for fsemilla

Actually I need to know how it can be done as well. Using Symbian for Nokia for example

Member Avatar for fsemilla
0
117
Member Avatar for dirky083

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} - …

Member Avatar for the_count
0
246
Member Avatar for jairah

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 …

Member Avatar for the_count
0
108
Member Avatar for web_developer
Re: Ajax

Hello I need to use ajax with asp.net as well. It will make our lifes much eaiser

Member Avatar for fahiem
0
120
Member Avatar for boo_lolly

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 …

Member Avatar for boo_lolly
0
729
Member Avatar for Monsignor

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]

Member Avatar for the_count
0
179

The End.