I have a simple webservice in asp.net which determine if the input parameter is valid or not : [WebMethod]
I built a simple asp.net web service. It works when I put the URL of the service: I see the default Microsoft page and the link to the web method. I enter the parameters and get the expected result.
I tried to implement the following code: this is EditSet.php file: <?php function sanitizeString($var)
I have my webapplication in which I open some popup pages in a colorbox popup (http://jacklmoore.com/colorbox/)
Ok i\'ll try to put this very simple: suppose I\'d like a web page with a simple text input box which reads user input, then some server application processes it and then it is outputed to the same pa
I have this php-jquery-html pseudo-structure: <table> <?php while ($r = mysql_fetch_array($sth)){ ?>
Hello fellow Stackoverflow users, I have a page which does a AJAX request to update the shoppingcart. The problem is that the cart has some inline javascript which breaks the page on the ajax request
I have made a custom ajax script to parse the JSON returned from the facebook graph API feed. I have come to terms with the fact that the access token expires, so in order to get another one I can ma
I have a text box with auto complete extender and it works fine. How can I allow the user to enter more than 1 valueby separting the first value with a semicolon(;)
Quite simply, I want my javascript to be able to react to a fatal 500 error caused by PHP, appropriately to the error.