Current location: Hot Scripts Forums » Programming Languages » PHP » Insert data posted from option element


Insert data posted from option element

Reply
  #1 (permalink)  
Old 03-20-09, 06:05 PM
Kev0121 Kev0121 is offline
Newbie Coder
 
Join Date: Dec 2008
Posts: 55
Thanks: 0
Thanked 0 Times in 0 Posts
Insert data posted from option element

well basically as the title says, how do i insert data into a mysql database ( phpmyadmin ) from an <option> element using php?

Thanks

Kevin
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 03-20-09, 08:29 PM
landing's Avatar
landing landing is offline
Coding Addict
 
Join Date: Jul 2006
Location: Scotland
Posts: 302
Thanks: 0
Thanked 0 Times in 0 Posts
What do you need to know? How to access the selected option? How insert into a database? Or both?


HTML Code:
<select id="mylist" name="mylist">
     <option>Option 1</option>
     <option>Option 2</option>
     <option>Option 3</option>
</select>
The selected option can be accessed via the POST or GET array within PHP once the page has been submitted.

PHP Code:

$selected $_POST['mylist']; 

__________________
Always sanitise your data


Best regards
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 03-20-09, 11:24 PM
job0107's Avatar
job0107 job0107 is offline
Community Liaison
 
Join Date: Dec 2006
Location: Tacoma, Washington USA
Posts: 3,454
Thanks: 0
Thanked 140 Times in 137 Posts
Do you know how to insert data into your database directly using the mysql commands?
__________________
Jerry Broughton
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Multi-Level drill down lists zendobi JavaScript 5 11-15-07 06:29 PM


All times are GMT -5. The time now is 07:35 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.