I have this function, which takes some SQL and returns an HTML table: <?php function table_sql_result($sql) { $str = "<table>"; ...
確定! 回上一頁