CatPlus
Technical User
- Jan 30, 2003
- 236
Dear PHP experts!
Two tables, besides others on a Microsoft SQL 2000 database are:
(1) Member Profile
(2) Member Activity
(1) Includes Member profile including ID, user name, address, telephone, e-mail address, password, password challenge questions, etc.
(2) Includes Member's order details including date order placed, items, unit and extended price, etc.
For (1), a PHP will connect to the SQL 2000 database and dump a file to an e-mail address provided. The file will be uploaded into a local database on a LAN not connected to the SQL 2000
For (2), a PHP will connect to the SQL 2000 database, delete all records in a table and upload all records from a CSV file
Please help help me with coding the two PHP scripts
Thank you
Two tables, besides others on a Microsoft SQL 2000 database are:
(1) Member Profile
(2) Member Activity
(1) Includes Member profile including ID, user name, address, telephone, e-mail address, password, password challenge questions, etc.
(2) Includes Member's order details including date order placed, items, unit and extended price, etc.
For (1), a PHP will connect to the SQL 2000 database and dump a file to an e-mail address provided. The file will be uploaded into a local database on a LAN not connected to the SQL 2000
For (2), a PHP will connect to the SQL 2000 database, delete all records in a table and upload all records from a CSV file
Please help help me with coding the two PHP scripts
Thank you