To create PHP form for currency converters by displaying the file output as...

frybixx c

New member
...DisplayCurrency.php? Hi..this is the exact question. I hope all the experts here can help me to answer this question.

Create a form in PHP to receive Malaysia currency value in Ringgit (RM). This
input enters by user. And then, the program will do calculation to get the
Indonesia currency value in Rupiah (Rp) after the user click on ‘convert to Rp’
button.
Currency exchange rate below can help you to create the formula.
RM 365 = Rp 1,000,000
Display the result in the file output as DisplayCurrency.php. You need to create
both, file for input, and file for output.
 
Just make a text input and submit button, and use POST.

make it do the necessary calculations, and then simply echo the result.
 
Just make a text input and submit button, and use POST.

make it do the necessary calculations, and then simply echo the result.
 
Back
Top