MySQL Forums
Forum List  »  PHP

Re: Using visible Formulas from Testfield
Posted by: Peter Brawley
Date: March 24, 2022 08:38AM

If the user is to enter a spreadsheet-style formula, you'll need to develop a document that specifies formulas and syntax that are allowed, then code those specifications into a php function or more likely a set of them that check the user's input against that logic, generate sql for it, run that sql under error control, and display the result.

Options: ReplyQuote


Subject
Written By
Posted
Re: Using visible Formulas from Testfield
March 24, 2022 08:38AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.