Timeline for Optimize PHP and MySQL with PDO
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 21, 2013 at 15:56 | history | edited | Malachi | CC BY-SA 3.0 |
made this post more readable and fixed some indentation
|
| Sep 19, 2013 at 16:26 | comment | added | Dizzy49 | Thank you for your response, it was very useful. While I think I could ultimately combine the 'customer' query and the 'product' query, I could not figure out how to combine the 'cart total' query. Which is faster, performing a query that would return the 1 record with the SUM, or to add the products as I loop through them via PHP $cart_total =+ $cart_total + $product['product_total'] | |
| Sep 19, 2013 at 16:22 | vote | accept | Dizzy49 | ||
| Sep 18, 2013 at 6:54 | review | First posts | |||
| Sep 18, 2013 at 7:04 | |||||
| Sep 18, 2013 at 6:38 | history | answered | ParisNakitaKejser | CC BY-SA 3.0 |