In the last episode (Jul 27), Doruk Fisek said: > I am developing applications using PHP and MySQL. > > There are various functions in MySQL that is also implemented in > PHP. Such as date arithmetic, string, numeric, etc... > > Do I get better performance if I do them in MySQL (or PHP) and why?
It probably depends on the function and what you do with it. Test it both ways, and use the one that's fastest/easiest. -- Dan Nelson [EMAIL PROTECTED] -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]