php - Whats the best way to do an external search with dynamique content? -


I want to create an external search function for other websites to be able to search in my database. Now I have the problem that there are many drop-down boxes in which there is a dynamic content, which means the content comes from the database. This will only work if the external search plugin includes a php file that receives content from the database. But imagine now that people who do not use PHP, they want to search on their website.

Maybe I am missing the point, but why do not you have some CGI behind the "Phfinini database search" link Can you put it? The CGI can search anything, especially with the dynamic content of any dropdown or something else.

- Pete



Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -