Is it possible? I know the method for ASP, but the searches I've done for a PHP solution have been in vain. Am I wasting my time with this one or is it achievable? And if so, any ideas where I might look for tips?
Thanks in advance.
sooo, what is it your wanting to do?
not eaxtly sure what Index querying you wanting to do.
Basically I'd like to create a search page, where the user can enter his query to the Index Server, which serves an entire intranet network. There is a search template that ships with the Index Server software (IDQ and HTX files) but it uses ASP, sadly.
Do a basic search on this forms for ASP to PHP convert
You can do simple or complex Querying with PHP, what type of Database you using? MySQL
For my sites, I am using MySQL, but I am planning query the entire network, and they are primarily ASP and therefore using Access (I believe).
Thanks for your help thus far.
If you are looking for simple tutorials maybe to get you started with PHP querying, take a look at some of the links on this
http://www.phpbuilder.com/board/showthread.php?s=&threadid=10281512
this is the FAQ in Database, some basic Mysql, php databse connection, qurying code
http://www.phpbuilder.com/board/showthread.php?s=&threadid=10238121