Hi guys,
i am trying to add .txt extension to the filename.
Thanks in advanced.
i am trying to add .txt extension to the filename.
Code:
$filename = (isset($_POST['filename'])) ? $_POST['filename'] : '' ;
Comment