Hi ppl!
I'm learning php and mysql, and now, my head is full of answers!
ok, let's ask.
i can handle dates using php, but i can handle dates using mysql, too. (mysql has powerfull date/time functions, you know!)
yet, i can handle passwords and encription functions by php, but i can handle the same thing with mysql functions about password, too.
These are only few examples ....
There are many tasks that i could face using php functions or, at the same time, using mysql functions ...
What about performance? it's better code in php or using db functions??!
Who takes less system load to accomplish the same task, for example subtract 2 dates ...?
I hope you can clear my confused ideas! tnx!
-Paolo