Hi,

Is it possible to save files from the webserver to the c: or a: drive?

i have a script that ask for the path to the drive.
$path. and my script does the following.

open(USER, ">$path\news.db") || die errorPage("Could not open
$dataDir/user.db: $!");
print USER @news;
close USER;

Regards,
Anthony Ward




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to