online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
<?php // symulacja pobranych rekordów z bazy danych // $rows = $conn->query($conn, "SELECT img FROM Upload ORDER BY id DESC"); $rows = [ [ 'img' => 'ccccc.jpg' ], [ 'img' => 'bbbbb.jpg' ], [ 'img' => 'aaaaa.png' ] ]; foreach ($rows as $row) { echo '<img src=img/' . $row['img']; echo $row['img']; }

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text
×

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue