PHP

Programming
Check if the given URL is leading to a 404 page
System administration
How to enable large file upload
If you are reading this, your web server (with PHP as back-end technology) probably won’t upload larger files. Like 30MB or more. For this issue exist an easy solution. Just follow the following four steps: In the root folder of your website create a .htaccess file Inside this file, insert the following text (which will raise […]
Blog
Detecting mobile web browser
How to detect that the user is using a web browser on mobile phone? The following PHP code can detect it by scanning the user agent string.