Okay its shows no thing it has conent in the template.
now that does not show nothing but it has stuff in that template but when i do thisPHP Code:$sql_dashboard_tickets = $db->select('*', 'tickets', array('assigned' => $laydesk->user['uid'], 'waiting' => '1'), array('limit' => '0,5'));
while ($dashboard_tickets = $db->fetch_array($sql_dashboard_tickets))
{
eval("\$staff_dashboard_tickets = \"".$template->get('staff_dashboard_tickets')."\";");
}
It shows the stuff in the template???PHP Code:$i = 1;
while ($i <= 10) {
$yoz = $i++;
eval("\$staff_dashboard_tickets = \"".$template->get('staff_dashboard_tickets')."\";");
}





Reply With Quote


