I was wondering what is faster and better to use. Build in mysql functions or php functions ?
For example Im writing dates into a mysql database then selecting them with the Mysql function DATE_FORMAT() to get them in the right format. But it would also be possible to just get the date and then write a php function to convert it to the right format.
so wich is faster ?
For example Im writing dates into a mysql database then selecting them with the Mysql function DATE_FORMAT() to get them in the right format. But it would also be possible to just get the date and then write a php function to convert it to the right format.
so wich is faster ?