Try something like this: $sql_result = mysql_query ($sql, $connection ) or die ('request "Could not execute SQL query" '.$sql); $customers = array(); if ...
確定! 回上一頁