>FromYourCode();

Source code quote in PHP12

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

Check similar quotes

Share this quote