I GOT IT. How to explain what the problem was?!.......I've done a bit of tweaking, but one thing is I was returning false from my form submit handler WHICH IS WHY I WASN'T HITTING MY PHP $_POST BRANCH. Whenever I would submit I was getting my default search page again. Made the search field sticky (so it would use the last entry, not the default value!) and there might have been another thing. Ugh, I've really tweaked a lot of stuff this evening.
But, it looks like it's all working now. On Dec 15, 7:57 pm, Magnificent <[email protected]> wrote: > No, it just sends a request/formats 3rd party info based on whatever > the user searches for. > > On Dec 15, 7:33 pm, brian <[email protected]> wrote: > > > > $('#form_search').bind('submit', function() { > > > alert('form sumitted'); > > > }); > > > What does your actual function do? Does it send anything to your PHP script?

