3v4l.org

run code in 300+ PHP versions simultaneously
<?php $exam=$_POST['exam']; $sub=$_POST['sub']; $col=$_POST['col']; $row=$_POST['row']; /*echo $exam; echo "<br>"; echo $sub; echo "<br>"; echo $col; echo "<br>";*/ echo "<p align='center'<b><font size='+2'>". $exam . "</font></b></p>"; echo "<p align='center'<b><font size='+1'>". $sub . "</font></b></p>"; $con = mysql_connect("localhost","root",""); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("marks", $con); $result = mysql_query("SELECT * FROM vi"); while($row = mysql_fetch_array($result)) { echo $row['1']; echo "<br />"; } mysql_close($con); echo"<div align='center'"; echo "<form name='sheet' action='csheet.php' onsubmit='return check()' method='post'>"; echo"<table width='200' border='1'>"; for($a=1;$a<=$row;$a++) { echo"<tr bgcolor='#0099FF'>"; for($b=1;$b<=$col;$b++) { echo"<td><input type='text' name='' size='8' /></td>"; } echo"</tr>"; } echo"</table>"; echo "<input type='submit' value='Submit'>"; echo "</form></div>"; ?>
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.4, 8.3.6
Warning: Undefined array key "exam" in /in/cuG63 on line 3 Warning: Undefined array key "sub" in /in/cuG63 on line 4 Warning: Undefined array key "col" in /in/cuG63 on line 5 Warning: Undefined array key "row" in /in/cuG63 on line 6 <p align='center'<b><font size='+2'></font></b></p><p align='center'<b><font size='+1'></font></b></p> Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /in/cuG63:12 Stack trace: #0 {main} thrown in /in/cuG63 on line 12
Process exited with code 255.
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 Warning: Undefined array key "exam" in /in/cuG63 on line 3 Warning: Undefined array key "sub" in /in/cuG63 on line 4 Warning: Undefined array key "col" in /in/cuG63 on line 5 Warning: Undefined array key "row" in /in/cuG63 on line 6 <p align='center'<b><font size='+2'></font></b></p><p align='center'<b><font size='+1'></font></b></p> Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /in/cuG63:12 Stack trace: #0 {main} thrown in /in/cuG63 on line 12
Process exited with code 255.
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.20, 7.2.0 - 7.2.33, 7.3.16 - 7.3.31, 7.4.0 - 7.4.33
Notice: Undefined index: exam in /in/cuG63 on line 3 Notice: Undefined index: sub in /in/cuG63 on line 4 Notice: Undefined index: col in /in/cuG63 on line 5 Notice: Undefined index: row in /in/cuG63 on line 6 <p align='center'<b><font size='+2'></font></b></p><p align='center'<b><font size='+1'></font></b></p> Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /in/cuG63:12 Stack trace: #0 {main} thrown in /in/cuG63 on line 12
Process exited with code 255.
Output for 7.3.32 - 7.3.33
<p align='center'<b><font size='+2'></font></b></p><p align='center'<b><font size='+1'></font></b></p> Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /in/cuG63:12 Stack trace: #0 {main} thrown in /in/cuG63 on line 12
Process exited with code 255.
Output for 5.4.2 - 5.4.45, 5.5.24 - 5.5.35, 5.6.8 - 5.6.28
Notice: Undefined index: exam in /in/cuG63 on line 3 Notice: Undefined index: sub in /in/cuG63 on line 4 Notice: Undefined index: col in /in/cuG63 on line 5 Notice: Undefined index: row in /in/cuG63 on line 6 <p align='center'<b><font size='+2'></font></b></p><p align='center'<b><font size='+1'></font></b></p> Fatal error: Call to undefined function mysql_connect() in /in/cuG63 on line 12
Process exited with code 255.

preferences:
204.21 ms | 402 KiB | 226 Q