Re: [PHP] String Formulas

2009-08-26 Thread Floyd Resler
Wow, I would never have even thought of that! Thanks! Take care, Floyd On Aug 26, 2009, at 12:08 PM, Ashley Sheridan wrote: On Wed, 2009-08-26 at 12:03 -0400, Floyd Resler wrote: How can I take a mathematical formula that is in a string and have the result, product, sum, etc. returned? I

Re: [PHP] String Formulas

2009-08-26 Thread Ashley Sheridan
On Wed, 2009-08-26 at 12:03 -0400, Floyd Resler wrote: > How can I take a mathematical formula that is in a string and have the > result, product, sum, etc. returned? I did a search on the Web and > couldn't find any suitable solutions. > > Thanks! > Floyd > > eval() Thanks, Ash http://www