Post
Android - Stop HTTP request
How can I stop the request to the server ? ...I want to disconnect from the server once the user press cancel button.[详细]
2023-04-11 17:29 分类:问答jQuery $.get/$.post, IE don't display everything
I do some get/post action in my jquery code which return some html code. This html code is usualy one or two div\'s with some long text in it. It work fine in FF or Chrome, but in IE (7/8) it only dis[详细]
2023-04-11 17:21 分类:问答Error setting up a form to uplaod PDFs
I\'m setting up a form to upload PDFs and having trouble figuring out the root of my problem. I have a form on one page.[详细]
2023-04-11 14:59 分类:问答is there a way to pass two values in an input checkbox to the $_POST
I have a bunch of checkboxes on the page and i want to pass two values for each checkbox like this....[详细]
2023-04-11 13:35 分类:问答Javascript: send array through post
I am making a site that links an unlimited number of physical addresses to one account.When an address is added, the script checks the fields and puts the contents of each field into the corresponding[详细]
2023-04-11 12:50 分类:问答php file upload with "file_get_contents" to a server
is it possible to send a file to a server at the same way like this: $file = \'myfile.txt\'; or $file = file_get_contents(./myfile.txt);[详细]
2023-04-11 12:13 分类:问答Safe string output
I got $id = (int) $_POST[\'id\'] $content = filter_input(INPUT_POST, \'post_content\', FILTER_SANITIZE_STRING);[详细]
2023-04-11 11:54 分类:问答Why does in_array() not work on $_POST?
I\'m trying to check that user\'s submitted data, from $_POST, has at least the same elements that my passed array has. I\'m doing it because I will use those elements later by calling $_POST[\'elemen[详细]
2023-04-11 11:39 分类:问答Posted data variables not being saved by PHP script
I\'m a (junior) pen tester and I\'m trying to make a script to demonstrate the dangers of an XSS attack to a client. I\'ve got a php script that is meant to log user:pass combos when victims (i.e. mys[详细]
2023-04-11 11:00 分类:问答How to send POST and GET request?
I want to send my JSON to a URL (POST and GET). NSMutableDictionary *JSONDict = [[NSMutableDictionary alloc] init];[详细]
2023-04-11 07:58 分类:问答