This is one of the best videos. Right on the spot and not beating around the bushes. Thank you a lot sir.
@desync73 жыл бұрын
Best php tutorial so far, it contains all i need and even more thank you very much sir.
@اسلاميبیان-ظ9ب5 жыл бұрын
thank you for real work , I am from afghanistan and waiting for more and more real work not as other fake.
@softmerit252 жыл бұрын
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
@geethavadupu17605 жыл бұрын
this video helped me a lot, Thank you sir.
@agilannadarajan46074 жыл бұрын
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
@ConsulthinkProgrammer4 жыл бұрын
Reminder System | Google Sheets | Conditional Formatting | Apps Script | Email Notification kzbin.info/www/bejne/i4ucYmRohdR1g7M
@ehdzkie_tv4 жыл бұрын
what if i want to display "near to expire" when the expiration is within 3months before the expired date.
@ConsulthinkProgrammer4 жыл бұрын
Alternative answer with google sheets and apps script: Reminder System | Google Sheets | Conditional Formatting | Apps Script | Email Notification kzbin.info/www/bejne/i4ucYmRohdR1g7M
@devSharma-wb6km7 жыл бұрын
nice video..keep it up..i will see your every video..
@ArindamRoy-nextgen-syntax7 жыл бұрын
thanks shahdev
@IrshadIrfan7 жыл бұрын
how to get the EX date from database to this function?
@atharvakulkarni82304 жыл бұрын
Did u get solution?
@MaColline43214 жыл бұрын
@@atharvakulkarni8230 No, please answer it
@vijaymanoharlokale43514 жыл бұрын
how to fetch date dynamically from database not manually i am beginner of PHP $exp_date="2020/10/29"; $today_date="2020/10/20";
@KikiDaily096 жыл бұрын
can you explain the formula ? i dont get it..
@ArindamRoy-nextgen-syntax6 жыл бұрын
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-sx9dx6 жыл бұрын
Why do you have to use strtotime before you can compare it?
@mauriciotoledo33236 жыл бұрын
He needs to convert the normal string to a time string before compare, thats why we call the function by strtotime
@khamisbadru93427 жыл бұрын
hey, thanks for the video... What about time expired? thanks