+ Reply to Thread
Results 1 to 5 of 5

Thread: Posting Code?

  1. #1
    ChiefGoFor is offline Administrator
    Join Date
    Nov 2008
    Posts
    31

    Default Posting Code?

    Is posting code allowed?

    Meaning, if I wanted to post a solution that I created using PHP to POST to PayPal and handle the transaction on success/fail, is that allowed?

    Thanks!

    (Best of luck getting this community up and running)

  2. #2
    Tool Outfitters is offline Junior Member Newbie
    Join Date
    Nov 2008
    Location
    Texas
    Posts
    5

    Default

    Code:
    Let's see if it even works

  3. #3
    RickW is offline Junior Member Newbie
    Join Date
    Nov 2008
    Location
    Maine
    Posts
    4

    Default

    Code:
    <PHP>Are there PHP tags shown?</PHP>
    You can show tags. That's good. There's also a way to post -or- embed PHP.
    Last edited by RickW; 11-22-2008 at 02:20 PM. Reason: Testing the tags.

  4. #4
    Tool Outfitters is offline Junior Member Newbie
    Join Date
    Nov 2008
    Location
    Texas
    Posts
    5

    Default

    PHP Code:
    <?php
    date_default_timezone_set
    ('America/Chicago');

    if (
    date_default_timezone_get()) {
        echo 
    'date_default_timezone_set: ' date_default_timezone_get() . '<br />';
    }

    if (
    ini_get('date.timezone')) {
        echo 
    'date.timezone: ' ini_get('date.timezone');
    }

    ?>
    They have them in the options so I don't see any reason why not.

  5. #5
    Edward W is offline Junior Member Newbie
    Join Date
    Jan 2010
    Location
    Kansas
    Posts
    25

    Default

    I will get an aswer to you on this in a few day's

    Thanks,
    Edward W.

+ Reply to Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts


Search Engine Optimization by vBSEO 3.5.0