Showing posts with label PHP Tips and Tricks. Show all posts
Showing posts with label PHP Tips and Tricks. Show all posts

How to turn off PHP errors, notices and warnings within .htaccess

PHP errors, notices, and warnings may be turned off by adding the following code within a website’s .htaccess file: php_flag display_err...
Read More >>

WordPress Plugin Development Guide

WordPress is a core platform, allows you to create modules within, which we call plugins, and they help to modify the reach of what your w...
Read More >>

PHP Tips and Tricks for All [Beginners / Developers]

PHP is most useful language in making blogs and website, it have a lot of functions which can be used to derive even more custom functions...
Read More >>