I feel like this is right under my nose but I can't grab it. Is there a way to take the variable $grandtotal and put it in an image submit button for ...name = amount value = $grandtotal. I tried several things, 1 was value = "<?$grandtotal?>" another was to try and convert all the HTML to PHP. This is to be used with Paypal and in the first example the button worked but did not give an amount.
Does PHP have a submit button?
Steve