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.
最初に設定されているかどうかを確認する必要があります。
<form action="<?php echo (isset($_GET['id'])) ? 'update.php?id='.$_GET['id']; : 'insert.php'; ?>" method="post">
if elseインライン コードを少し整理するために、your を三項演算子に置き換えました。
if else