↧
Answer by Rotimi for How to log errors into file in php?
In the above code, you need to also instruct php to log errors. Add the following directive $path =$_SERVER['DOCUMENT_ROOT'].'/path/file.txt';//tell php where to save your error...
View ArticleHow to log errors into file in php?
I started the beginner with php. I need to get errors that append in my website I use below code for log errors into file but do not work. This has no any error.<!DOCTYPE...
View Article