Unfortunatly the instructions are the same as the ones in the header of the script....
-----------------------------------------------
library name: MP3 Search Engine
written by: Geoff A. Virgo, March 2000
revised by: Geoff A. Virgo, February 2001
email:
gvirgo@mithril.com
webpage:
www.mithril.com
License: Lesser GNU Public License
-----------------------------------------------
requirements:
- PHP 4.0.0 or higher (may also work with PHP3) configured with smtp or sendmail support
- a webserver configured to run PHP
- MySQL
1. place mp3_search_engine.php your php_includes folder
2. edit the ACTION and TARGET directives in the form found in searchEngineForm() to your specifications
- the default action is 'search_results.php'
- the default target is '_blank' (a new window)
3. place an include() or require call to this file on the page you wish to display the form from and on the page the form calls on submission.
4.to display the form make the following call:
mp3SearchEngineForm();
5. To execute the search, make the following call:
executeMP3Search($query_string, $engine,$HTTP_POST_VARS);
To me it looks like you make a new page named search_results.php and put...
Not sure about the #5 to execute the search call.
If someone could put all this in layman terms for me you will be in my prayers tonight.
Kind Regards
skipper23