>FromYourCode();

Source code quote in PHP59

 May 02, 2013 pm31 13:34
<?
	$found = false;
	$list = SearchList();
	
	if($found)
	{
		?><td><?=DisplayList($list);?></td><?
	}
	else
	{
		die('Reading error');
	}
?>

Check similar quotes

Share this quote