Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
$result=mysql_query("SELECT * FROM $name WHERE date='$date'");
何かが選択されているかどうかを確認する方法。
私はこれらを試しましたが、役に立ちません: if($result == NULL ){} 、if(!$result){}
if($result == NULL ){}
if(!$result){}
ヘルプ !