:::

2-2 上課範例:admin/ajax.php

<?php
include_once "header_admin.php";

$parent_gsn=empty($_POST['parent_gsn'])?0:$_POST['parent_gsn'];

echo get_cate_options($parent_gsn);


function get_cate_options($parent_gsn){
	global $xoopsDB ;
	
	$sql = "select `gsn` , `title` from `".$xoopsDB->prefix("contact_cate")."` where `parent_gsn` = '$parent_gsn' order by `sort`";
	
	$result = $xoopsDB->query($sql) or redirect_header($_SERVER['PHP_SELF'] , 3, mysql_error());

	$main="";
	while(list($gsn , $title)=$xoopsDB->fetchRow($result)){
		$main.="<option value='$gsn'>{$title}</option>";
	}
	return $main;
}
?>

:::

搜尋

QR Code 區塊

https%3A%2F%2Fwww.tad0616.net%2Fmodules%2Ftad_book3%2Fpage.php%3Ftbsn%3D26%26tbdsn%3D748

書籍目錄

展開 | 闔起

線上使用者

21人線上 (6人在瀏覽線上書籍)

會員: 0

訪客: 21

更多…