これはとても簡単ですが、私は論理に頭を入れることができません。
簡単なオンラインフォームを用意してください。送信後に変数を調整できるようにしたい。
誰かがこれに光を当てることができれば、本当に感謝しています!
$chocolatebar = $HTTP_POST_VARS['chocolatebar'];
if $chocolatebar = "a" then we want to change the value to "snickers";
if $chocolatebar = "b" then we want to change the value to "mars";
if $chocolatebar = "c" then we want to change the value to "cherry ripe";