>FromYourCode();

Source code quote in PHP12

 15 May, 2013 at 23:16
<?
if($_SESSION['Var'] == $id) {
	$var = $id;
} else {
	$var = 0;
}
$var = '';
?>

Check similar quotes

Share this quote