How to Check date is expired or not using php and count remaining days

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 พ.ย. 2024

ความคิดเห็น • 26

  • @novinpradhan7629
    @novinpradhan7629 3 ปีที่แล้ว +1

    This is one of the best videos. Right on the spot and not beating around the bushes. Thank you a lot sir.

  • @desync7
    @desync7 3 ปีที่แล้ว

    Best php tutorial so far, it contains all i need and even more thank you very much sir.

  • @اسلاميبیان-ظ9ب
    @اسلاميبیان-ظ9ب 5 ปีที่แล้ว

    thank you for real work , I am from afghanistan and waiting for more and more real work not as other fake.

  • @softmerit25
    @softmerit25 ปีที่แล้ว

    Thanks tutorials and best video. Please, How can i implement this code to keep track a web based app hosted inside Cpanel. Like, If Expiration date reached redirect to another page, if not load the Web App. Any help on how to implement it. Thanks

  • @geethavadupu1760
    @geethavadupu1760 5 ปีที่แล้ว

    this video helped me a lot, Thank you sir.

  • @devSharma-wb6km
    @devSharma-wb6km 7 ปีที่แล้ว

    nice video..keep it up..i will see your every video..

  • @khamisbadru9342
    @khamisbadru9342 7 ปีที่แล้ว

    hey, thanks for the video... What about time expired? thanks

  • @agilannadarajan4607
    @agilannadarajan4607 4 ปีที่แล้ว

    Hi sir, im doing inventory control system and im stuck at one part. Can you help me on how to notify the admin(owner) automatically if the product is expiring soon. More like a alert message. Thanks

    • @ConsulthinkProgrammer
      @ConsulthinkProgrammer 4 ปีที่แล้ว

      Reminder System | Google Sheets | Conditional Formatting | Apps Script | Email Notification
      th-cam.com/video/UZ9112PoBMQ/w-d-xo.html

  • @vickygupta1392
    @vickygupta1392 5 ปีที่แล้ว +1

    Very nice

  • @ehdzkie_tv
    @ehdzkie_tv 4 ปีที่แล้ว

    what if i want to display "near to expire" when the expiration is within 3months before the expired date.

    • @ConsulthinkProgrammer
      @ConsulthinkProgrammer 4 ปีที่แล้ว

      Alternative answer with google sheets and apps script:
      Reminder System | Google Sheets | Conditional Formatting | Apps Script | Email Notification
      th-cam.com/video/UZ9112PoBMQ/w-d-xo.html

  • @KikiDaily09
    @KikiDaily09 6 ปีที่แล้ว +1

    can you explain the formula ? i dont get it..

    • @ArindamRoy-nextgen-syntax
      @ArindamRoy-nextgen-syntax  6 ปีที่แล้ว

      Date format should Y-m-d or m-d-Y format
      Then convert it by using strtotime() function, get a time string
      Check the string is bigger or no, using IF statement
      Simple...
      Thanks

  • @pianoLee-sx9dx
    @pianoLee-sx9dx 6 ปีที่แล้ว

    Why do you have to use strtotime before you can compare it?

    • @mauriciotoledo3323
      @mauriciotoledo3323 6 ปีที่แล้ว

      He needs to convert the normal string to a time string before compare, thats why we call the function by strtotime

  • @IrshadIrfan
    @IrshadIrfan 7 ปีที่แล้ว +1

    how to get the EX date from database to this function?

  • @vijaymanoharlokale4351
    @vijaymanoharlokale4351 4 ปีที่แล้ว

    how to fetch date dynamically from database not manually i am beginner of PHP
    $exp_date="2020/10/29";
    $today_date="2020/10/20";

  • @ayeshashaikh5039
    @ayeshashaikh5039 4 ปีที่แล้ว

    How to expire link after 30 mins ?

  • @diegoviveros05
    @diegoviveros05 6 ปีที่แล้ว

    Thanks a lot pal..

  • @suwanda6582
    @suwanda6582 4 ปีที่แล้ว

    thankss

  • @trilo_boy
    @trilo_boy 3 ปีที่แล้ว

    thx dawg

  • @MDGolamAzomSarker
    @MDGolamAzomSarker 3 ปีที่แล้ว

    source code please