jeudi 7 juin 2018

Need some suggestion regarding web application development

for fast web application service is it a good and best practice to do conditional loops on data in MySql Query or do it in PHP after getting data from database? for example i have a date field in mysql table and want to check that if it is less than current date or not. so there is two possible way to check one is we can do it in Mysql query And second is we can check it in PHP condition using IF condition.

Aucun commentaire:

Enregistrer un commentaire