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.
Windows イベント ログから 1 つのエントリをプログラムで削除する必要があります。WMI を介してこれを達成できる可能性が高いと思いますが (これは理想的ですが、必ずしも必要ではありません)、その方法がわかりません。
私はPHP 5.3.1でWindows 7を実行しています。インターネットで見た例のいくつかは、echo の代わりに短いタグを使用しています。
では、なぜこれが機能しないのですか
<td><?=$row['name'];?></td>
しかし、これは機能しますか?