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.
PHPまたはこれを達成するために必要なものを使用して、動的テーブルから1行を強調表示する方法を見つけようとしています。基本的に私はチャンピオンシップ テーブルを持っており、クライアントのチームを他のチームから際立たせたいと考えています。
何か助けてください。
if条件を書く
if(client's team) { echo "<tr style='background-color:red'><td> data</td></tr>"; } else{ echo "<tr><td>data</td></tr>"; }