fork download
  1. <?php
  2.  
  3. $new_name_log = "{$upload_name_l}\n";
  4.  
  5. array_push($upload_name_l, $new_name_log);
  6.  
  7. file_put_contents($save_name_file, $name_log);
Success #stdin #stdout #stderr 0.01s 20520KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Notice:  Undefined variable: upload_name_l in /home/8mrqsF/prog.php on line 3
PHP Warning:  array_push() expects parameter 1 to be array, null given in /home/8mrqsF/prog.php on line 5
PHP Notice:  Undefined variable: save_name_file in /home/8mrqsF/prog.php on line 7
PHP Notice:  Undefined variable: name_log in /home/8mrqsF/prog.php on line 7
PHP Warning:  file_put_contents(): Filename cannot be empty in /home/8mrqsF/prog.php on line 7