3v4l.org

run code in 300+ PHP versions simultaneously
<?php $atttarget=$_POST['scraptarget']; $attoutput=$_POST['scrapoutput']; // echo $atttarget.$attoutput; $mysqli= new mysqli('localhost','root','','monitoring2016'); $result=$mysqli->query('UPDATE dlc_yield SET cumm_target="'.$atttarget.'", cumm_output="'.$attoutput.'" where rec_seq=1 '); if($result){ echo 1; }else{ echo $mysqli->error; } ?>Y
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.34, 8.2.0 - 8.2.30, 8.3.0 - 8.3.30, 8.4.1 - 8.4.18, 8.5.0 - 8.5.3
Warning: Undefined array key "scraptarget" in /in/eghcU on line 3 Warning: Undefined array key "scrapoutput" in /in/eghcU on line 4 Fatal error: Uncaught Error: Class "mysqli" not found in /in/eghcU:8 Stack trace: #0 {main} thrown in /in/eghcU on line 8
Process exited with code 255.
Output for 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.33
Notice: Undefined index: scraptarget in /in/eghcU on line 3 Notice: Undefined index: scrapoutput in /in/eghcU on line 4 Fatal error: Uncaught Error: Class 'mysqli' not found in /in/eghcU:8 Stack trace: #0 {main} thrown in /in/eghcU on line 8
Process exited with code 255.
Output for 7.3.32 - 7.3.33
Fatal error: Uncaught Error: Class 'mysqli' not found in /in/eghcU:8 Stack trace: #0 {main} thrown in /in/eghcU on line 8
Process exited with code 255.
Output for 5.6.0 - 5.6.40
Notice: Undefined index: scraptarget in /in/eghcU on line 3 Notice: Undefined index: scrapoutput in /in/eghcU on line 4 Fatal error: Class 'mysqli' not found in /in/eghcU on line 8
Process exited with code 255.

preferences:
113.32 ms | 2012 KiB | 4 Q