RE: [PHP-WIN] Re: function parser

2004-04-24 Thread John Yu
It's going to be a standard mysql database. Nothing fancy -Original Message- From: Jason Barnett [mailto:[EMAIL PROTECTED] Sent: Saturday, April 24, 2004 10:32 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: function parser John Yu wrote: > Hi guys > > If I want to in

[PHP-WIN] Re: function parser

2004-04-24 Thread Jason Barnett
John Yu wrote: Hi guys If I want to input a function (for example x = 2y + 5) and then have it stored in a database, so next time when I input the values for x and y, I would like php to retrieve the function and compute it. I know how to store and retrieve, anyone got any ideas about writing a