Jump to content

jk14

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

jk14's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. If the ($recSubscription['subscription_amount'] has 3 options of $149, $199, & $249 in USD currency, how can i make it to show in EURO just below? so it can echo eg. EURO100, EURO 150, EURO, 175 etc..
  2. [!--quoteo(post=378440:date=May 30 2006, 12:24 PM:name=poirot)--][div class=\'quotetop\']QUOTE(poirot @ May 30 2006, 12:24 PM) [snapback]378440[/snapback][/div][div class=\'quotemain\'][!--quotec--] This syntax means: If $recSubscription['subscription_amount'] is 149 it echos USD $20.00 Else, USD $27.00 This is a bit weird. Why would you want to add a third number? [/quote] there is two prices, but i would like to add a third. how can i?
  3. hi a new to php, so here is my problem; <?=$col?>">HKD $<?=$recSubscription['subscription_amount']?><br>[!--coloro:#FF0000--][span style=\"color:#FF0000\"][!--/coloro--]USD $<?php echo ($recSubscription['subscription_amount'] == 149) ? '20.00' : '27.00'; ?>[!--colorc--][/span][!--/colorc--] I would like to add a third number for the USD currency but everytime i enter a number the page wont load. How can i add '34' together with '20.00' : '27.00'; cheers guys
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.