RE: PHP and MySQL 07-30-2014, 10:36 AM
#5
1 more suggestion would be less usage of the "SELECT *" instead you should type the name of all the rows from which you want to extract the data because when you carry out the "SELECT *" it does more load on the server than "SELECT row1, row2, row3" cuz it knows which rows to fetch... I read it somewhere and it was very useful


![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)