Does this PayPal code say "payout in two days" ?

Discussion in 'Payment Processing' started by LSaber, Dec 16, 2011.

  1. #1
    I have a website that I am trying to check to see if the payout time for work completed is two days. Does this look right?

    <td>
    <?php

    $twodays = 2 * 24 * 3600;
    $time = time() - $twodays;
    $date = date("Y-m-d",$time);


    I'm not a coder, and I don't have much money to give, so I'd REALLY appreciate any feedback. Thanks a bunch guys!
     
    LSaber, Dec 16, 2011 IP