Please help me. I used asp2php to convert the query.asp file that came with IIS into a PHP file. I cleaned it up a bit, read as much as I could of what other people have done, and now I've got a query.php file which does everything fine execept that it shows results for documents that don't exist on my server any more. If I do the same query with my query.asp file, I get the results I expect.
I can go line by line through the two files, and the code is equilivant! Is there some variable that contained in the .htx or .idq file which normally gets passed to the index server during a query but isn't if I use PHP?
I would be happy to post any of my code if that would help, but I suspect I'm just missing something...