I have the following code that worked fine till now as I decided to add more variables to the form.How can I make this function smart and itterate and pass all the variables in the form?
I have three checkboxes like ch[0], ch[1] and ch[3] (sometimes i have more, or less, it\'s dinamic) and in PHP i want to get th开发者_如何学运维e unselected items also, like this: 0=yes,1=no,3=yes and
ok, i\'m trying to do a quiz...all good by now. but when i\'m trying to send the collected data(radio buttons values) through pages i can\'t get the logic flow. I have the main idea but i can;t put it
I\'m wanting to use the jquery dialog to open a moda开发者_JS百科l dialog, and in it display the returned page from my server that results from a POST.
I\'m not at all sure where to get started with the following. Bascially the scenario Is, from my iPh开发者_高级运维one app I want to be able to login to a web form (via username/password combo) and pe
here\'s my AS3 code: var jpgEncoder:JPGEncoder = new JPGEncoder(100); var jpgStream:ByteArray = jpgEncoder.encode(bitmapData);
I have one View and one Controller in my ASP.net MVC Application. I have one \"Submit\" button & one \"Cancel\" button in my view.
I\'m hoping someone can shed some light on the following, I think I am heading in the right direction with this. I want to login to my serv开发者_StackOverflow社区er with a user/pass combo, then I nee
Is there any way to send JSESSIONID via hidden inputs? Something like <input type=\"hidden\" name=\"JSESSIONID\" valu开发者_运维技巧e=\"<%= session.getId() %>\"/>
If i send four POST variables, but the second one — I dont know that th开发者_StackOverflow社区e name=\"\" tag will be; how can I access it?Can i use $_POST[1] or not?Here\'s one solution using