I need to collect google search criteria that users are using on one page, and push it over to a php page as a variable so it can be collected by that page and entered into a database.
I don't want that page to display, I just want it to run.
I have seen examples for AJAX, and I have tried a...