How to create SEO friendly URL using .htaccess ?
Note * To know about htaccess please follow this link. You can perform several actions using htaccess . Among them we are going to discuss about the htaccess re-writing rule i.e…
As Developer
Note * To know about htaccess please follow this link. You can perform several actions using htaccess . Among them we are going to discuss about the htaccess re-writing rule i.e…
The word htaccess stands for Hypertext Access . It is a configuration file on the web server to run the Apache programs or software . The htaccess files begins with…
As we all know that php is one of the most common and popular web development language and every language platform comes with its some basic configurations files. The the…
Error Reporting is the method or processes for debugging or handle the errors in php . You can enable the error reporting in the php by the following methods .…
Basically there are three major types of errors in php . 1 . Notices Error : – Notices are the simple , non-critical errors that occurs while executing the script…