query("SELECT * FROM `links` WHERE `type` = 'default_notices'"); if($get->num_rows){ while($row = $get->fetch_assoc()){ echo ' '.$row['label'].'
Published on '.date('d/m/Y',strtotime($row['timestamp'])).'
'; } } ?>

Read more


query("SELECT * FROM centers where status = 1 ORDER BY id DESC LIMIT 10 "); // print_r($get); if ($get->num_rows) { while ($row = $get->fetch_assoc()) { echo '

'.$row['institute_name'].'
Director Name- '.$row['name'].'

'; } } ?>

Read more


    query("SELECT * FROM `links` WHERE `type` = 'history_links'"); if($get->num_rows){ while($row = $get->fetch_assoc()){ echo '
  • '.$row['label'].'
  • '; } } ?>