";
echo pg_last_error();
exit();
}
while($myrow = pg_fetch_assoc($result)) {
printf ("
", htmlspecialchars($myrow['subject']), $myrow['post'],htmlspecialchars($myrow['date']), htmlspecialchars($myrow['author']) );
}
?>
";
echo pg_last_error();
exit();
}
while($myrow = pg_fetch_assoc($result)) {
if (!$counter){
$counter = 1;
}
else {
$counter = 0;
}
$str = $myrow['box'];
// eval($str);
if ($myrow['type']==0){
printf ("
%s
", $str );
}
else{
if ($myrow['type']==1){
printf ("
");
include ($str);
printf ("
");
}
}
}
?>