How to Log PHP Errors and Warnings
You don’t want to keep the debug mode enabled to display the errors and warnings on your website but still want to see what you’re missing? Or maybe just want to write some info to a log for debugging purposes?…
Tutorials for Web Developers and more. Easy and fun!
Tutorials for Web Developers and more. Easy and fun!
You don’t want to keep the debug mode enabled to display the errors and warnings on your website but still want to see what you’re missing? Or maybe just want to write some info to a log for debugging purposes?…
To change the PHP maximum upload size, you need to edit the php.ini file and then restart the webserver. Depending on your Linux distribution, the php.ini will be located at a different location:CentOS / Red Hat: / Debian: …
If you have a server, you probably want to install PHP.A while ago I thought PHP is really primitive (I only used Java/JSP) but WordPress has changed that forever. Install PHP and PHP MySQL library (you will probably need it)…