How can I stop the request to the server ? ...I want to disconnect from the server once the user press cancel button.
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
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.
I have a bunch of checkboxes on the page and i want to pass two values for each checkbox like this....
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
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);
I got $id = (int) $_POST[\'id\'] $content = filter_input(INPUT_POST, \'post_content\', FILTER_SANITIZE_STRING);
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
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
I want to send my JSON to a URL (POST and GET). NSMutableDictionary *JSONDict = [[NSMutableDictionary alloc] init];