All the sources codes "It won't work"page 8
PHP
May 29 2013 at 09:58
#69
<?
if($GLOBALS["IS_ADMIN"] && true==false)
{
//
}
?>
PHP
May 17 2013 at 12:10
#14
<?
function dateStringToSql($str)
{
$retour=NULL;
return($retour);
}
?>
PHP
May 15 2013 at 23:16
#12
<?
if($_SESSION['Var'] == $id) {
$var = $id;
} else {
$var = 0;
}
$var = '';
?>