Jump to content

tonylees

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Everything posted by tonylees

  1. Thanks everyone for your fantastic help!! I'll try not to bother you all too much
  2. Is it possible to change the font type, size and colour for the result? Thanks Tony
  3. Thank you for you help, that is great! The results from the calculation appear at the top of the page, how can I control where the results are shown? Thanks again! what a fantastic community!! Tony
  4. I think the database would be the best option. As I said I am New to all this so please be patient.... I have just attempted a quick script <label>Width <input type="text" name="textfield" /> <?php $width=""; ?> </label><br /> <label>Height <input type="text" name="textfield2" /><?php $height=""; ?> </label><br/> <label>Cost <input type="text" name="textfield3" /> </label> <?php $variable = 1; $area = $width * $height; $totalCost = $area * $variable; ?> Where am I going wrong? I have the text boxes that I can type the sizes in but i don't get any results Thanks Tony
  5. Thanks for the quick reply. The cost wouldn't be variable as I can get a fixed price per sq mtr. (Would I put that in a database or can I just work with PHP?) How do I enter this in to my website? Thanks again Tony
  6. HELP! I am in the process of creating a online shop selling kitchen cupboard doors, drawer fronts etc, BUT these are bespoke products that are not sold in a standard size! So I need the customer to be able to enter the height and the width and then the website provide the final price. Can anyone guide me in the right direction? I am a newbie to this so I apologize if this is basic information! Thanks for your help (in advance) Tony
×
×
  • 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.