Jump to content

tatadano

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

tatadano's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Ah ok..so how do I translate it as a code. I am clueless at the moment what to do. Perhaps can you give an example how it works? If its ok. Thanks.
  2. Greetings! I am really stock on this situation. 1. I have a variable $uc_order_created. 2. I have a code like this: <b><?php echo t('Due Date:'); ?></b> </td> <td width="98%"> <?php $duedate = mktime(0,0,0,date("m"),date("d")+30,date("Y")); echo "".date("F jS Y", $duedate);?> 3. How do I code if I want the result of $uc_order_created get displayed as Due Date using the code above? Or other modifications? 4. The situation now, the code is working when printing the invoice but its not based on $uc_order_created. So, every time I will edit the Order because of the change of items among others the Due Date will also update. All I want that when Order is edited the value of Due Date will still remain based on the $uc_order_created. Thank you so much in advance for your help.
  3. Hi, I am Tata Dano from the Philippines. I am just a newbie on PHP. Actually, I am interested to learn PHP to integrate it to Drupal applications that I am hoping to do in the future.
×
×
  • 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.