There you are?
New member
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 dozen differnt examples and nothing is working.
The end result needs to be: the google search needs to go on and do it's ' thang', and an underlying php page runs, unseen by the user. I push the search criteria over to the php page as:
datacollector.php?criteria=lost%20epis…
The actual google page can be a new one, or the page it's self can be directed to google, either one
When I open up the php page with something filled in for the variable, it picks up the GET and collects my data no problem- so the php page is collecting the variable via GET and doing what it should.. I don't think my java script is calling it right.
someone suggested it wouldn't work because the form that collects the data is going to google at the same time..but I dont' know about that.
Any input?.
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 dozen differnt examples and nothing is working.
The end result needs to be: the google search needs to go on and do it's ' thang', and an underlying php page runs, unseen by the user. I push the search criteria over to the php page as:
datacollector.php?criteria=lost%20epis…
The actual google page can be a new one, or the page it's self can be directed to google, either one
When I open up the php page with something filled in for the variable, it picks up the GET and collects my data no problem- so the php page is collecting the variable via GET and doing what it should.. I don't think my java script is calling it right.
someone suggested it wouldn't work because the form that collects the data is going to google at the same time..but I dont' know about that.
Any input?.