Yuri Posted November 11, 2013 Share Posted November 11, 2013 Hi I`m getting trouble in this sample. I would like to create a database where the field Process A, Process B, Process C, Process D, Process E, I have the option of a color box with two options of colors (red and green). The choice of this color in each case would be sent to the database. For GID fields, Description, ID, Dimensions values are already brought from excel table to mysql. I would like to show the table after with this results. Need help!thank you all! Quote Link to comment Share on other sites More sharing options...
Ch0cu3r Posted November 11, 2013 Share Posted November 11, 2013 (edited) Your question is not very clear. Can you please explain your question more clearly. Edited November 11, 2013 by Ch0cu3r Quote Link to comment Share on other sites More sharing options...
RuleBritannia Posted November 11, 2013 Share Posted November 11, 2013 Hi I`m getting trouble in this sample.Untitled.jpg I would like to create a database where the field Process A, Process B, Process C, Process D, Process E, I have the option of a color box with two options of colors (red and green). The choice of this color in each case would be sent to the database. For GID fields, Description, ID, Dimensions values are already brought from excel table to mysql. I would like to show the table after with this results. Need help!thank you all! You could use the serialize and unserialize functions So you have example $ProcessA = [0] = 'Green'; [1] = 'Red'; serialize($ProcessA) then insert into the database. Once serialized it wont be very readable looking directly at the table from phpmyadmin or other DB GUI's But then you would unserialize it and do whatever with... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.