Originally posted by Freebyrd
I would much rater run this on my server and not serverspy's server... I doubt they would give up the code
I guess untill someone makes up code to do this I will pay for it
I would much rater run this on my server and not serverspy's server... I doubt they would give up the code

I guess untill someone makes up code to do this I will pay for it

that's the way I would do.
I don't have a php post function handy atm, but basically you do a fsockopen, write your http-header to that stream and store the returned data (that would be the search result) into a variable.
Then you can do any necessary transformation before you output it on your web page.
EDIT: I'll take a look into my script collection later and post you some stuff that may be of use.
Comment