%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/dordingu/public_html/iadapt/
Upload File :
Create Path :
Current File : /home/dordingu/public_html/iadapt/interview.inc.php

<?php
include_once("news/database.inc.php");
$sql="select n_id,UNIX_TIMESTAMP(n_date) as my_date,n_title_eng, introtext, news_english, pic_link,n_pic,n_newstype from iadapt_speakup order by n_date desc,n_id desc $limit";

$result=mysql_query($sql,$db);

while ($myrow=mysql_fetch_array($result)) {
;

      echo "<a href=interview.php?n_id=$myrow[n_id]>\n";
      echo "<b>$myrow[n_title_eng]</B>";
      echo "</a><BR>";
      echo "<font size=1>";
      echo "$myrow[introtext]";
      echo "</font><p>";

}
?>

Zerion Mini Shell 1.0