I am using the qTip plugin to post a imdb URL to an IMDB grabber script and display movie info on that url.
I am trying to post the value of an input box (In this case a imdb link) to my imdbgrabber.php page and have it return the info of that movie into a qtip box.
I want to delete a row in my database and found an example on how to do this with jQuery\'s $.post() Now I am wondering about security though..
We\'re using CKFinder for one of our sites, which has been working fine for us until we moved to a new dedicated server (which is similar but not exactly the same as the old server). Now we cant uploa
I host and intranet and manager several Single Sign Ons for outside websites.We have always done this through some sort of hidden form.
I apologize in advance, I am a PHP noob! I have form with some hidden fields. I need the values to POST to \"submit_rma.php\" so that they\'re not missing from the db--I need $qty, $estmate_id and $r
I have a PHP script setup using Jquery $.post which would return a response or do an action within the targeted .php file within $.post.
I just want to have my question posted here but just from the beginning: For a personal web project I use PHP + JQuery.
when creating and sending an http POST request like this... var req = new qx.io.remote.Request(\"/test\",\"POST\");
I\'ve decided to go with jQuery for all my AJAX related client side needs. But jQuery has way too many functions for the same task: $.post, $.get, $.ajax, $.getJSON...