Hi, The AJAX api by nature is a dynamic asynchronous api so it does not require a page to reload to get/return the results, but if you really wanted to you can, with PHP grab the data from a GET/POST value and echo the values on the results page for the api execute method.
Eg. main page form action="results.php" results.php grab the GET/POST data and echo it in the ajax execute search property, or generate the JSON/REST query if your using that method. Cheers! Vision Jinx On Oct 11, 12:26 pm, Panchala <[email protected]> wrote: > Hello, > > I have found some help regarding my issue, but cannot solve the > problem. > > I have a php site with a common header. I am trying to add the search > API to my site. I have decoupled the search box and the search > results. How do I put a search box in my header and then have the > input passed to the search api on a search page with the google > branding? > > Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en -~----------~----~----~----~------~----~------~--~---
