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.
Most Commented Posts
- August 8, 2008 -- Should "In God We Trust" Remain On American Currency? (41)
- February 26, 2009 -- Xtian: What right (specifically) would be violated by removing "In God We Trust" from US currency? (41)
- January 27, 2010 -- Do conservatives invest in gold because they have no faith in American currency? (37)
- November 24, 2008 -- Is “In God We Trust” on US currency a true statement? (35)
- January 3, 2009 -- Should the motto “In God We Trust” be removed from U.S. currency? ? (34)
- March 17, 2009 -- R&S what do you feel about "One nation under God" on US currency? (34)
- April 21, 2009 -- What would be the impact on American society if "In God We Trust" were removed from the currency? (34)
- May 7, 2008 -- Who else thinks that "in god we trust" should be removed from US currency? (33)
- January 9, 2009 -- Are coins and currency the same thing? (30)
- March 8, 2010 -- If your good looks were currency, what could you buy? (30)
This entry was posted
on Monday, February 22nd, 2010 at 8:53 am and is filed under Currency Trading.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
February 22nd, 2010 at 8:53 am
Just make a text input and submit button, and use POST.
make it do the necessary calculations, and then simply echo the result.