I have a mysql query: $result = mysql_query("my query");. Is there a way to make something like this work? $results = mysql_fetch_assoc($result); // fetch ...
確定! 回上一頁