All the sources codes "It won't work"page 9
PHP
May 2 2013 at 13:34
#59
<?
$found = false;
$list = SearchList();
if($found)
{
?><td><?=DisplayList($list);?></td><?
}
else
{
die('Reading error');
}
?>
PHP
April 28 2013 at 21:25
#2
<?
$max=1;
for($i=1;$i<$max;$i++)
{
?><tr><?
if($i>3)
{?>
<td>Blabla</td>
<?}
}
?>