PDA

View Full Version : I need php scripts



rainplanet
June 26th, 2002, 03:05
I need three php script that do the following:

1. extract a compressed file like .zip on a server to a specific directory on that server.

Let's say that I have a file called installation.zip and want to extract this file on directory 'setup' on the server.

2. run an .exe file on a server.

I am not sure if we can run an .exe file on web server from browser, but I think we can do the extracting. Please somebody help me. Thanks a lot.

3. run a db.sql file to create tables defined in this file.

Thanks for your help. :)

tandoc
June 26th, 2002, 03:15
use phpMyAdmin for uploading db.sql to extract table

you can run .exe on server if coded correctly and chmod'ed and if server supports it