Thanks again, jpadie.
After working more on my own, this is what I came up with:
$combine_array=array("$cs","$dsd_purch","$wh_purch","$dsd_cred","$sales","$counter","$inv_time")...
Sorry, I knew my question was very convoluted. I'll try again. I have a form with inputted user data, $csA, $csB, $csC, $dsd_purchA, $dsd_purchB, etc. This data is put into a database with fields cs, dsd_purch, etc. $csA, $csB, and $csC are collapsed into comma-separated values (100,200,300)...
Thanks, jpadie. I see that now, and I knew that wasn't working. It's not the answer I'm really looking for. I guess I'm asking if there is a way to create a fixed variable from 2 different arrays,or use an array of the variables I want, and set it equal to a dynamically generated variable to be...
I have variables pulled from mysql, ex $cs & $counter. $cs has contains 3 numbers, ex 100,200,300 and $counter has 2 names, ex john,bob. In actuality, there are a total of 7 variables with between 2 and 3 data terms inside each variable. I'm trying to explode each variable in the array, attach...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.