vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   php drop down box issue. (https://vborg.vbsupport.ru/showthread.php?t=221242)

FockerFGAA 08-19-2009 07:22 AM

php drop down box issue.
 
here is my test site www.fvsports.com/testsite/test.php

basically i created 9 drop down boxes and populated them with 9 teams from a table in a voting database i created. when you hit submit it goes to the update.php page. what i am trying to do is get the value from each of those boxes and compare them to make sure they are not the same value and then submit the value to the database. my problem is no matter what i do it always gives the message "You can not have the same team in multiple fields. Please go back and reselect the teams." so obviously the value isnt storing properly. here is how i have the first page.

PHP Code:

echo "<form action=update.php method=POST>#1 <select name=Field1>";
for (
$i 0$i $columns$i++) {
echo 
"<option value=$i>";
echo 
mysql_field_name($fields$i);
}
echo 
"</select></form>";
echo 
"<form action=update.php method=POST>#2 <select name=Field2>";
for (
$i 0$i $columns$i++) {
echo 
"<option value=$i>";
echo 
mysql_field_name($fields$i);
}
echo 
"</select></form>";
echo 
"<form action=update.php method=POST>";
echo 
"<input type=submit Value=Submit />";
echo
"</form>"

i didnt include each box in the example cuz you get the idea. obviously i am doing some wrong but i am not 100% sure what. im trying to make box 1 give a value in say field 1 and then box 2 give a value in field 2 and then compare to make sure they arent the same value after i hit submit.

any help would be appreciated.


All times are GMT. The time now is 07:04 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01339 seconds
  • Memory Usage 1,716KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (1)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete