<?php $row = mysql_query('select * from user'); $data_row = ();//execute the query $json_data=array();//create the array foreach($row as $rec)//foreach loop ...
確定! 回上一頁