Database Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesDatabase Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old February 10th, 2003, 07:41 PM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 24
php and radiobutton

.php

$radio = '$_POST[rosta]';

if ($radio == 'a')
{
$query = "insert into fragor values(1, 2, 3)";
mysql_query($query, $link);
}
else if ($radio == 'b')
{
$query = "insert into fragor values(1, 2 ,3)";
mysql_query($query, $link);
}

.html

<input type="radio" name="rosta" value="a">
<input type="radio" name="rosta" value="b">


it doesn't write the valuse in to the database, why?

Reply With Quote
  #2  
Old February 11th, 2003, 12:29 AM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 24
RE: php and radiobutton

the name of the radio button is rosta not radio. change:

if ($radio == 'a')

to:

if ($rosta == 'a')

also change other if stament.

Reply With Quote
  #3  
Old February 11th, 2003, 09:32 PM
Hurkle Hurkle is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 6 Hurkle User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: php and radiobutton

Actually, even tho the name of the radio button is rosta, that's not the problem. The code was trying to set $radio equal to the value of the radio button named 'rosta', which is just fine. However,

$radio = '$_POST[rosta]';

is not correct.

try this..

$radio = $_POST['rosta'];

see the difference? the way you had it, the post variables would not have been returned.

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesDatabase Help > php and radiobutton


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway
Stay green...Green IT