重複の可能性:
variable 変数
最初の空の入力フィールドを確立したら、$_POST['email'];
$key の値を変数にして値を与えたいのですが、変数の値を新しい変数にする方法はありますか (意味がわかれば)私が何を意味するかを以下に示します。
$email = $_POST['email'];
foreach( $_POST as $key=> $for ) {
if($for=="") {
// $ + the value of ($key) = $email;
break;
}
}
email: <input name="email">
a: <input type="text" name="a" value='<?php echo $a; ?>'>
b: <input type="text" name="b" value='<?php echo $b; ?>'>
c: <input type="text" name="c" value='<?php echo $c; ?>'>
<input type="submit">