Jump to content

[SOLVED] problem with form (radio buttons) and php


ted_chou12

Recommended Posts

I cant seem to get the value of the radio buttons in the form into the php string, here is what ive got:
<input type="radio" name="threadicon" value="1"><img src="tests/1.gif">
<input type="radio" name="threadicon" value="2"><img src="tests/2.gif">
<input type="radio" name="threadicon" value="3"><img src="tests/3.gif">

and the php
if(isset($_POST['Submit'])){
$threadicon = $_POST['threadicon'];}

is there any error?

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.