Jump to content

v3nom

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Everything posted by v3nom

  1. Don't see your original post here, but where's how I would do it. $return = time() + (7 * 0 * 0 * 0); // today plus 7 days, 0 hours, 0 minutes, 0 seconds $returndate = date('m/d/Y', $return); // use the date format of your choosing echo "Return Date: $returndate"; Hope this helps.
  2. Change the VB to PHP, to make everything uniform.
  3. Auth = 1: //security variable set to default of 1 If the comment is correct, and this is a variable, then it should be: $auth = 1; Careful of the colon at the end there - should be a semi-colon.
  4. How about getting it to check to see if the member receiving the invite already has a pending or accepted invite, and stop future invites from being sent to them?
  5. What exactly are you trying to do? If you want to put that date into words, then strtotime isn't the function to use. "strtotime" parses about any English textual datetime description into a Unix timestamp.
×
×
  • 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.