This topic is locked
[SOLVED]

 Multiple selection insert error

10/22/2014 9:45:45 PM
PHPRunner General questions
S
sawanr author

I am trying to same multiple selects based on http://xlinesoft.com/phprunner/docs/select_multiple_values.htm
please see screenshot attached. I am not sure why I am getting array based values. I am also not able to find the data in $values['size_id'] field.

Sergey Kornilov admin 10/23/2014

Once in the database this will be a comma separated list, correct.
If you need more help post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program. It's hard to understand what exactly you asking without seeing your application and data.

S
sawanr author 10/23/2014

I have uploaded to the demo account, here is the link http://demo.asprunner.net/sawan_win2konline_net/SH6Config/styles_list.php
The styles_cs.size_id column is int(11), so it does not save as comma separated list. my goal is to have multiple inserts in styles_cs table for each size selected in the multiple selection box.



Once in the database this will be a comma separated list, correct.
If you need more help post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program. It's hard to understand what exactly you asking without seeing your application and data.

S
sawanr author 10/23/2014

The topic is not yet solved. I am not sure why it says [SOLVED]



I have uploaded to the demo account, here is the link http://demo.asprunner.net/sawan_win2konline_net/SH6Config/styles_list.php
The styles_cs.size_id column is int(11), so it does not save as comma separated list. my goal is to have multiple inserts in styles_cs table for each size selected in the multiple selection box.