tylerancell Posted July 24, 2013 Share Posted July 24, 2013 (edited) 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. Edited July 24, 2013 by tylerancell Quote Link to comment Share on other sites More sharing options...
Muddy_Funster Posted July 24, 2013 Share Posted July 24, 2013 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.