Affiliate Marketing
Forum Search

Reply
 
LinkBack Thread Tools Display Modes

  #1 (permalink)  
Old 07-04-08
accelerator's Avatar
Online shopping rocks!
 
Join Date: Nov 2004
Location: England
Posts: 1,177
Thanks: 3
Thanked 5 Times in 5 Posts
accelerator is an unknown quantity at this point
  php populate drop down list from MySQL

Hi All

Can anyone provide a link for a decent tutorial to do the following php task:

I want to populate a drop down list from my list of merchants in a MySQL database. The Merchant Name will be visible to the user, and the Merchant Id will be the value that is selected.

Thanks for any help.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 07-04-08
Registered User
 
Join Date: Feb 2006
Location: Gillingham
Posts: 502
Thanks: 0
Thanked 0 Times in 0 Posts
Donk is an unknown quantity at this point
  Re: php populate drop down list from MySQL

PHP Code:
Connect to database etc
<form>
<select>

<?php 
$sql
="SELECT id,name FROM merchants";
$result =mysql_query($sql);
while (
$data=mysql_fetch_assoc($result)){
?>
<option value ="<?php echo $data['id'?>" ><?php echo $data['name'?></option>
<?php ?>

</select>
</form>
__________________
They came for my 404 and I said nothing

Last edited by Donk; 07-04-08 at 04:48 PM. Reason: wrong field name
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Best PHP & MySQL Stellar Widgets, Coding, AJAX, PHP - Technology & Affiliate Marketing 13 28-07-06 04:27 PM
php scripts to display data from MySql accelerator Widgets, Coding, AJAX, PHP - Technology & Affiliate Marketing 3 03-01-06 02:26 AM
Anyone anygood with xml, php, mysql and Affiliate Window AnnonnyMouse The Affiliate Marketing Lounge 1 23-09-04 11:00 AM
php and mysql search andy_jacko Widgets, Coding, AJAX, PHP - Technology & Affiliate Marketing 6 13-09-04 12:12 PM
PHP & MYSQL Affiliates4u Widgets, Coding, AJAX, PHP - Technology & Affiliate Marketing 8 13-01-03 08:12 PM


Contact Us - Affiliate Marketing - Archive - Privacy Statement - Top

Content Relevant URLs by vBSEO 3.2.0 RC7