devain Posted April 15, 2008 Share Posted April 15, 2008 Just a quick question about currency conversion Was wondering what would be the best way to go about converting prices on my site like this site does at the top of the page. If you look where the flags are when clicked it converts the currency through out the site. www.fragrancenet.com Quote Link to comment https://forums.phpfreaks.com/topic/101221-site-wide-currency-conversion/ Share on other sites More sharing options...
conker87 Posted April 15, 2008 Share Posted April 15, 2008 You could use cookies or sessions. Check what the user's choice of currency is, and use if statements depending on the value of the cookie or session. Quote Link to comment https://forums.phpfreaks.com/topic/101221-site-wide-currency-conversion/#findComment-517745 Share on other sites More sharing options...
devain Posted April 15, 2008 Author Share Posted April 15, 2008 Is there a function built into php that will do the conversions or something like that Quote Link to comment https://forums.phpfreaks.com/topic/101221-site-wide-currency-conversion/#findComment-517758 Share on other sites More sharing options...
conker87 Posted April 15, 2008 Share Posted April 15, 2008 I wouldn't expect so, since conversion values will change pretty much daily, though I'm probably wrong. Just have to wait for someone more nerdier, I mean, PHP knowledgeable. Quote Link to comment https://forums.phpfreaks.com/topic/101221-site-wide-currency-conversion/#findComment-517766 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.