Forum Moderators: coopster
$File is passed from an HTML form. Where do I define the extension of the file that is to be written?
Thanks!
Append it to $File?
$Handle = fopen($File.'.php', 'w');
dc