HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Issue with Radio Button in PHP
Post new topic   Reply to topic    HTML Help Forum Index -> PHP
View previous topic :: View next topic  
Author Message
ainoy31



Joined: 25 May 2007
Posts: 5

PostPosted: Wed May 30, 2007 7:05 am     Issue with Radio Button in PHP Reply with quote

I am trying to pass a value from one page to another using a radio button in PHP. I am using a database to query the info as well. Here is a section of the code:

<td align = "center"><font face = "Ariel, Helvetica, sans-serif"><input type = "radio" name = "id" ><?=$id;?></font></td>

On the next page I am posting the value as $select = $_POST['id'];
Any help would be much appreciated.

Thx. AM
flann



Joined: 04 May 2007
Posts: 14

PostPosted: Wed May 30, 2007 11:51 am     Reply with quote

This:
<td align = "center"><font face = "Ariel, Helvetica, sans-serif"><input type = "radio" name = "id" ><?=$id;?></font></td>

Should be:
<td align = "center"><font face = "Ariel, Helvetica, sans-serif"><input type = "radio" name = "id" value="<?=$id;?>"></font></td>

where the $id is in the value attribute in the radio element. Also, although the short tags will work, the preferred method is...

<?php echo($id); ?>
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> PHP All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial