I am trying find the next date.Suppose today is 23-07-2019 and i want to echo 24-07-2019 but i can't. I execute the below code and it gives me some error. they give this error :
Notice: A non well formed numeric value encountered in C:\xampp\htdocs\telehealth\twilio_Sms\autometic.php on line 2 24
Now please anyone help what is my mistake and what should i change to correct this. I am trying many thins but i could not solve it
echo (date('d-m-Y')+"1");