Javascript Question
Javascript Question
Out of context: Reply #1
- Started
- Last post
- 17 Responses
- UndoUndo0
you mean you want to pull the results of the search back to your site?
in php you can use $searchResult = file_get_contents('your url with vars);
then echo out $searchResult ; where you need it.
:)