Search using PHP
Posted: Sun May 20, 2007 10:23 am
Hi,
This is my problem:
I have a web server which runs with a PHP script on it. This script is used to search a database for a given number. I want to write another script which has a form inside it, and users can search for multiple numbers.
I mean there are several text boxes in it and the user enters numbers, my script should send this numbers to the search script one by one and collect the resulting pages. I donot have access to the PHP search script source, because it has been written by a company which refuses to give me the source.
How can I do it? Can you help?
This is my problem:
I have a web server which runs with a PHP script on it. This script is used to search a database for a given number. I want to write another script which has a form inside it, and users can search for multiple numbers.
I mean there are several text boxes in it and the user enters numbers, my script should send this numbers to the search script one by one and collect the resulting pages. I donot have access to the PHP search script source, because it has been written by a company which refuses to give me the source.
How can I do it? Can you help?