Jump to content

Fetching data/formula from mysql and inserting into form


tylerancell

Recommended Posts

So hopefully this isn't too confusing, or dumb, but here goes.

 

I'm looking to pull certain data or a formula to calculate a cost.  For example:

<input type="radio" data-cost="1" value="One" name="f_1"/>

So instead of data-cost="1", I would like that to use a formula or number from the database * another number to calculate markups to provide a quote for customers.  There will be many fields like this one that will need to pulled as well.

 

I am no expert in php, but I do dabble in CMS's to help friends out, and this is another case of that.  The idea is that pulling data from the database using php will keep his costs hidden to protect himself and his business.

 

If you need anymore information, please let me know.

 

Thank you.

well yeah, information on what you actualy have would be a couple of notches above handy, but basicly you would get the information out of the database, performing the miltiplication within the query if at all possible, and then echo the contents out as you render the form page.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.