I am trying to accomplish something quite simple, yet I have found no good documentation on this. I have a webView, and I need to load a page in it that requires POST data. Seems like a simple process
For some reason my checkbox array values don\'t show up in $_POST. For example: <form method=\"post\" action=\"\">
I want to send post data from Iphone. I have to send a dictionary(K-V pairs) w开发者_JAVA技巧ith 8 k-v pairs.
I\'m trying to get the option item selected in a form select element using Codeigniter... 开发者_如何学GoI have a controller named results with this code in it
I\'m trying to post some information from a from do so some calculations, however for some reason that data isn\'t posting.I do a var_dump after I get the info, and it still is blank.Any help would be
I need a bunch of links on a page each of which makes a POST to a different controller. But when I use normal links, I get a ActionController::InvalidAuthenticityToken error. I understand this is beca
I have a url that look like this reg.php?lang=no_NO&passkey=testand im trying to get the passkey variable, but it keeps showing up blank.
ASP.NET 4.0 Need some help with this vexing HTTP POST problem - I have looked at other posts on Stackoverflow but to no avail.
I am using codeigniter framework and in view i am using jquery. Now, I have one select box which contains values from database. I tested the values of it using jquery change event and alert box. Its g
How do I ma开发者_JAVA百科ke a remote POST request with custom parameters with a link_to helper in rails 3?