Search found 4 matches

by islandgrooves
Tue May 17, 2016 11:44 am
Forum: PHP - Code
Topic: Select query not working with post array with duplicate valu
Replies: 7
Views: 9568

Re: Select query not working with post array with duplicate

Thanks Celauran, That did the trick you guys are my new heroes.
by islandgrooves
Tue May 17, 2016 1:29 am
Forum: PHP - Code
Topic: Select query not working with post array with duplicate valu
Replies: 7
Views: 9568

Re: Select query not working with post array with duplicate

Thanks Christopher, I actually had figured that part out, It took me a while but i got it, while($row = mysqli_fetch_assoc($result)) { $row_rate[$row["categories"]] = $row["rate"]; } but now I'm really stomped, because i don't know where to go from there. I guess what i need to d...
by islandgrooves
Mon May 16, 2016 8:36 am
Forum: PHP - Code
Topic: Select query not working with post array with duplicate valu
Replies: 7
Views: 9568

Re: Select query not working with post array with duplicate

Thanks for the response. been trying to figure this out for awhile, a bit of a newbie. Could you give me a little more direction on how i can do this in my code or an example, any more help you can give i would be so grateful.
by islandgrooves
Sun May 15, 2016 6:35 pm
Forum: PHP - Code
Topic: Select query not working with post array with duplicate valu
Replies: 7
Views: 9568

Select query not working with post array with duplicate valu

My user post an array of categories, then I need to select rates from a table based on the array of categories that the user selected. So far I have been able to get this to work fine. Example: Array Categories: Auto Parts, Bicycles, Biscuits, Ceiling Fans, Blenders, Artwork Returned Array Rates: 60...