Click here to Skip to main content
15,918,742 members

Comments by Aryan9999 (Top 3 by date)

Aryan9999 12-Jun-11 1:40am View    
is there any way to save the selected value from the drop down list to a variable.. in php. ?

i have already searched and found nothing useful.
Aryan9999 21-Oct-10 3:26am View    
Thanks dude

now its working :)
Aryan9999 20-Oct-10 16:48pm View    
ok....den can u plz tell me how to detect the F1 key press using C Code....

I tried this....but it wont work for 'F1'
printf("Press F1 key to continue\n");

while(getch() == 0x3b)
{
printf("\n name");
}

getch();
}