Jump to content

wahidku

New Members
  • Posts

    2
  • Joined

  • Last visited

wahidku's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thanks DaveyK for your reply. I try both of that syntax. $_POST[$serial_number] and $_POST["{$serial_number}"] but both causes an error Undefined index.
  2. I have a input tag <input type="radio" name="<?php echo $serial_number; ?>" /> now i want to save the value into a variable like if(isset($_POST['next'])) { $answer = $_POST['$serial_number']; // here is wrong what is correct syntax. can anybody help me. N.b: $serial_number is like (1,2,3..etc)
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.