↧
Answer by Jordan for How to properly use for loop when fetching data in mysql...
The issue is $new_price = implode("<br>", $price);Walk through the for loop:First time through it finds prices for shrimp and olive oil. The price array is now ["FS:570", "PS:1085"] and then it's...
View ArticleHow to properly use for loop when fetching data in mysql and storing it in...
need help for my code. What i want is to display my data that looks like this format:Store | Category | Product Name | Description | Price | Timestamp | ActionsSample : Sample cat : Sample Product :...
View Article