View Single Post
  #9   Spotlight this post!  
Unread 28-06-2004, 19:29
Raven_Writer's Avatar
Raven_Writer Raven_Writer is offline
2004 Detroit & Pittsburgh Winners
AKA: Eric Hansen
FRC #0005 (RoboCards)
Team Role: Mentor
 
Join Date: Jan 2003
Rookie Year: 2002
Location: Melvindale
Posts: 1,549
Raven_Writer is just really niceRaven_Writer is just really niceRaven_Writer is just really niceRaven_Writer is just really niceRaven_Writer is just really nice
Send a message via ICQ to Raven_Writer Send a message via AIM to Raven_Writer Send a message via MSN to Raven_Writer Send a message via Yahoo to Raven_Writer
Re: PHP, MySQL, and Dropdown lists

Quote:
Originally Posted by HHSJosh
I'm confused, do you mean that you're just outputting the names of the fields? What exactly is contained in the drop-down lists?
Well, I figured I'd do that part inputing the stuff I wanted manually.

But a new question has arisen.

My question now is, I need to get the value from the field after clicking on the submit button. Here's my code:

PHP Code:
<?
// more code above and below this snipplet
 
$belt $_POST["belt"];
 
<
form action="admin_cp.php?user=<?echo("$user"); ?>" method="POST">
<
b>Belt To Change:</b
<
select size="1" name="belt"
<
option>Heavyweight</option
<
option>TV</option
<
option>Cruiserweight</option>
<
option>No Limits</option>
<
option>Tag Team</option>
</
select>
</
form>
<
br><br>
<
input type=hidden name=admin_login>
<
input type="submit" name=updated value="Update Belt">
</
form>
 
<?
if(
$belt){
$query mysql_query("SELECT $belt FROM belt_owner");
$holder mysql_fetch_array($query);
?>
 
<form action="#">
<input type=text value="<? echo("$holder"); ?>">
</form>
So, let's say the user chooses TV, and the belt owner's name is Ted. I'd like it to output "Teddy" into the input box.

Mainly, I just need to select the correct belt from the table, and output who owns it so far.

I don't mean to be seeming like I'm asking how to do this whole thing, I've just been working on this for the whole day, and it's starting to get underneath my skin here.

** PS: I know it sounds like wrestling here, I'm helping a friend on a summer project **
__________________
AIM: wisprmylastbreth
EMail: nightskywriter@gmail.com
Y!: synsoflife

"ai yoru ga" -- "Love the nights"