token expired status code OTP expired mysqli_query in PHP | sms otp expire in 5 mins in php
![]() |
sms otp expire in 5 mins in php |
How to make sms otp expire in 5 mins in php | token expired status code OTP expired mysqli_query in PHP
Code:
DATE_ADD(NOW(), INTERVAL 60 MINUTE)
mysqli_query($con,"update db_admin_tb set tb_Ip ='$user_ip', tb_token = '$token', tb_tokenEX = DATE_ADD(NOW(), INTERVAL 60 MINUTE) where tb_Email = '$Email'");
Code Link: https://drive.google.com/file/d/1imL_pnx_oxxUaLdgB86CNLGNsYmJjxg9/view
HOME
Post a Comment