Results 1 to 4 of 4

Thread: php mysql timing

  1. #1
    Join Date
    Aug 2013
    Posts
    86
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default php mysql timing

    I am trying to create an application that will expire in 30 days from the time of the product entry into database.



    my question is how do i convert 30 days into time and then insert into mysql database via insert statements or php so that inside database, i will have the time set to 30 days

  2. #2
    Join Date
    Mar 2010
    Location
    Florida
    Posts
    512
    Thanks
    9
    Thanked 61 Times in 59 Posts

    Default

    PHP Code:
    <?php
        date_default_timezone_set
    ('UTC');
       echo 
    date('Y-m-d'strtotime("+30 days"));
    ?>
    Like this?
    Last edited by traq; 04-18-2014 at 11:18 PM. Reason: changed [code] to [php]
    -DW [Deadweight]
    Resolving your thread: First Post: => EDIT => Lower right: => GO ADVANCED => Top Advance Editor drop down: => PREFIX:Resolved

  3. #3
    Join Date
    Aug 2013
    Posts
    86
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    awesome. thank you so much

  4. #4
    Join Date
    Mar 2010
    Location
    Florida
    Posts
    512
    Thanks
    9
    Thanked 61 Times in 59 Posts

    Default

    No problem. If thta is it and you dont have anymore questions please 'Resolve your thread' by:
    Resolving your thread: First Post: => EDIT => Lower right: => GO ADVANCED => Top Advance Editor drop down: => PREFIX:Resolved
    -DW [Deadweight]
    Resolving your thread: First Post: => EDIT => Lower right: => GO ADVANCED => Top Advance Editor drop down: => PREFIX:Resolved

Similar Threads

  1. left right slidemenu timing
    By discdemo in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 09-06-2009, 01:18 PM
  2. SwitchContent - Strange Timing(?) Bug
    By ExTexan in forum Bug reports
    Replies: 3
    Last Post: 12-04-2008, 07:35 AM
  3. js weirdness and timing or delays?
    By brentnicholas in forum JavaScript
    Replies: 6
    Last Post: 02-28-2008, 08:56 PM
  4. Banner Rotator on Timing
    By jandjweb in forum JavaScript
    Replies: 6
    Last Post: 10-13-2007, 07:21 AM
  5. changing timing in scroller
    By mailtosaleh in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 02-09-2007, 06:12 PM

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
  •