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
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
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
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
This is one of the best videos. Right on the spot and not beating around the bushes. Thank you a lot sir.
Best php tutorial so far, it contains all i need and even more thank you very much sir.
thank you for real work , I am from afghanistan and waiting for more and more real work not as other fake.
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
this video helped me a lot, Thank you sir.
nice video..keep it up..i will see your every video..
thanks shahdev
hey, thanks for the video... What about time expired? thanks
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
Reminder System | Google Sheets | Conditional Formatting | Apps Script | Email Notification
th-cam.com/video/UZ9112PoBMQ/w-d-xo.html
Very nice
what if i want to display "near to expire" when the expiration is within 3months before the expired date.
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
can you explain the formula ? i dont get it..
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
Why do you have to use strtotime before you can compare it?
He needs to convert the normal string to a time string before compare, thats why we call the function by strtotime
how to get the EX date from database to this function?
Did u get solution?
@@atharvakulkarni8230 No, please answer it
how to fetch date dynamically from database not manually i am beginner of PHP
$exp_date="2020/10/29";
$today_date="2020/10/20";
How to expire link after 30 mins ?
Thanks a lot pal..
thankss
thx dawg
source code please