| | |
Displaying Data in Drop down menu
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
hello check this code:
php Syntax (Toggle Plain Text)
$strQuery = "select $intID, $strName from $tableName order by $strOrderField $strMethod"; $rsrcResult = mysql_query($strQuery); while($arrayRow = mysql_fetch_assoc($rsrcResult)) { $intIdField = $arrayRow["$intID"]; $strNameField = $arrayRow["$strName"]; echo "<option value=\"$intIdField\">$strNameField</option>\n"; } echo "</select>\n\n";
Be intelligent, But Don't try to cheat.. Be innocent But Don't get cheated..
For more dynamic dropdown with changing second dropdown....
Refer this url:
http://www.plus2net.com/php_tutorial..._down_list.php
Refer this url:
http://www.plus2net.com/php_tutorial..._down_list.php
Be intelligent, But Don't try to cheat.. Be innocent But Don't get cheated..
![]() |
Similar Threads
- SpeedUp Your Window XP Never Than Before (Windows tips 'n' tweaks)
- displaying data from oracle database in drop down menu using jsp (JSP)
- Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource (PHP)
- AJAX : Am i right with the concept? (JavaScript / DHTML / AJAX)
- I lack focus... (Java)
Other Threads in the PHP Forum
- Previous Thread: rootmap help??urgent plz..
- Next Thread: Get email with imap
| Thread Tools | Search this Thread |
Tag cloud for PHP
.htaccess access ajax apache api array beginner binary body broken cakephp checkbox class cms code cron curl database date date/time directory display download dynamic echo email error file files folder form forms function functions google href htaccess html image include insert integration ip java javascript joomla limit link list login loop mail menu mlm mod_rewrite msqli_multi_query multiple mycodeisbad mysql oop parse paypal pdf php problem query radio random recursion regex remote script search send seo server sessions sms soap source space sql static structure syntax system table tutorial update upload url validation validator variable video web webdesign wordpress xml youtube






