If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Temp table?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-01-10, 11:11
oldnickj oldnickj is offline
Registered User
 
Join Date: Jan 2009
Posts: 103
Temp table?

I've never built temporary tables before but maybe this is the best way to achieve the following using PHP & MYSQL:

Goal: Have a dynamic list to check boxes which will be inserted into one field in the DB coma separates!

For example; I have check boxes for red(1), green(2), blue(3) and yellow(4). I want the client to select as many as they wish and insert the numbers into one field in the DB. So the field colors might have a value of 1,3,4.


I need a tutorial for temporary tables.
Any ideas

Nick
Reply With Quote
  #2 (permalink)  
Old 11-01-10, 11:44
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,262
or
red(1), green(2), blue(4) and yellow(8)
so 3 = red + green, 15 = red + green + blue + yellow and so on., however using this approach you will only be able to store the colour once, you couldnt' say have two yellows
and use a bitfield datatype
or do the bit manipulation in the PHP presentation layer
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #3 (permalink)  
Old 11-01-10, 11:48
oldnickj oldnickj is offline
Registered User
 
Join Date: Jan 2009
Posts: 103
Can you point me to an explanation and example?

Thank
Reply With Quote
  #4 (permalink)  
Old 11-01-10, 12:03
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,534
Quote:
Originally Posted by oldnickj View Post
Can you point me to an explanation and example?
something you should read ---> this
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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