query($sqlshow); while ( $row_show = $db->fetch_array($rs_show)){ $template = $row_show["template"]; // include_once $_SERVER['DOCUMENT_ROOT'].'/'.$modupath.$template.""; include_once '../'.$modupath.$template.""; } ?>