<?php $app->post('/', function() use ($app) { $uploaddir = "uploads/"; $temp = $_FILES['file']['name']; $uploadfile = $uploaddir . $temp; move_uploaded_file($_FILES['file']['tmp_name'], $uploadfile); $app->flash('message','Файл загружен!'); $app->render('upload.tpl');});
Standard input is empty
Standard output is empty
PHP Notice: Undefined variable: app in /home/noxAso/prog.php on line 3 PHP Fatal error: Call to a member function post() on a non-object in /home/noxAso/prog.php on line 3
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!