3v4l.org

run code in 300+ PHP versions simultaneously
<?php $get = $_GET['type']; $array = array('AA', 'BB', 'CC'); if(in_array($get, $array)) { $Qdaily_entriesD = mysql_query("SELECT * FROM daily_entries WHERE account_type=$get ") OR DIE ("error"); while ($showRowGeneral = mysql_fetch_assoc($Qdaily_entriesD)){ ?> <tr> <td><?echo $showRowGeneral['account_type'];?></td> <td><?echo $showRowGeneral['riyal'];?></td> <td><?echo $showRowGeneral['dollars'];?></td> </tr> <? } } ?>
Output for git.master, git.master_jit, rfc.property-hooks
Parse error: Unclosed '{' on line 7 in /in/vmjdk on line 18
Process exited with code 255.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
57.81 ms | 401 KiB | 8 Q