stryka
08-15-2006, 12:43 PM
I use the following
$info = $db->query_read("
SELECT testid
FROM test");
while ($info_rec= $db->fetch_array($info))
{
$testid;
//var_dump($attachment);
//exit;
eval('$postbit_test = "' . fetch_template('postbit_test') . '";');
$debug=2;
}
HOwever, only one record shows...
$info = $db->query_read("
SELECT testid
FROM test");
while ($info_rec= $db->fetch_array($info))
{
$testid;
//var_dump($attachment);
//exit;
eval('$postbit_test = "' . fetch_template('postbit_test') . '";');
$debug=2;
}
HOwever, only one record shows...