require ("/usr/local/lib/php/pgsql.inc"); class PHPprize extends EX_pgsql { var $DBname = "prize"; var $Host = ""; var $Port = ""; var $User = ""; var $Passwd = ""; } // データベースの内容取得部分 // //指定された順番でデータベースの内容を取得 //デフォルトのデータベースアクセス $con = new PHPprize; $con->connect(); $ToDay = strftime("%Y-%m-%d"); $result = $con->query("SELECT student2.pdate,student2.submission_date,student2.belong,student2.plabs,student2.plink,jstudent.ptitle,jstudent.pwinner FROM student2, jstudent where student2.id=jstudent.id order by student2.pdate DESC;"); if (pg_NumRows($result)): $all_cnt = pg_NumRows($result); //登録されている該当データの数 else: $all_cnt=0; endif; $con->close(); ?>
このページは,名古屋大学電子情報システム専攻関連学生の受賞を紹介するものです。
研究分野