Download this file and extract to tou root
Download this file and extract to tou root
if ($systemUser->isValid()) {
<div class="rmenu" align="center"><p><input type="checkbox" name="import" value="1" ' . (isset($_POST['import']) ? 'checked="checked" ' : '') . '/> Import File</p> | <p><input type="checkbox" name="addfiles" value="1" ' . (isset($_POST['addfiles']) ? 'checked="checked" ' : '') . '/>Upload File</p></div>
} Armanbinrahman, +1 ![]()
# Koenig (13.04.2017 / 10:46)Димка, а почему не +5? :Р
Armanbinrahman, +1
need use radio input
checked upload or import
<div><input name="attach" type="radio" value="none"> None</div>
<div><input name="attach" type="radio" value="import"> Import</div>
<div><input name="attach" type="radio" value="upload" checked> Upload</div>switch ($_POST['attach']) {
default :
break;
case 'upload' :
// header('Location: PATH TO UPLOAD');
exit;
break;
case 'import' :
// Location to file import
includes/file_import
break;
} alenka, ну это типо лайк, за идею. поддержал
# Koenig (13.04.2017 / 10:46)I am not here for vote
Armanbinrahman, +1
Armanbinrahman, This plus one vote for an idea