From: Dan Nelson Date: July 27 2003 7:21pm Subject: Re: functions List-Archive: http://lists.mysql.com/mysql/146243 Message-Id: <20030727192144.GE42396@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 dnelson@stripped