We have an existing database which contains customer data.
We are looking for someone who can write us a perl / php script which will look in the table “isc_orders” at the “orddate” field and “orderid” field.
So, we will call the script from the browser, for example – www.oursite.com/yourscript.php
It will bring up a simple form, which will have a start date, end date and generate button.
We will input a start date and end date to search between. The database has the dates in a stran…