Hi all
I am very new to php.
This is the problem that I have. I have got my html page which is a template (I believe) then I have a php page which gets my data from the html post. This works fine. I then have a currency PHP converter which converts amounts of what the site is selling to different currencys. Now if I change the extension of the html to php and run that then the converter works fine, but the form does not. If I put the converter code into the other php file and have the origional html file then the form post works well and the currency convert puts its echo $emailcost at the bottom of the screen.
I think I am looking for a way to read a php variable after it is calculated in the php page back into the HTML page as html .
If anyone can help I would appreciate it.
Thanks in advance
Peter