>FromYourCode();

Source code quote in PHP2

 28 April, 2013 at 21:25
<?
$max=1;

for($i=1;$i<$max;$i++)
{
	?><tr><?
	if($i>3)
	{?>
		<td>Blabla</td>
	<?}
}
?>

Check similar quotes

Share this quote