kansol.hashnode.devOutput Buffering in PHPOutput buffering is a concept some developers find hard to understand. In this article, I would explain what it is so you can use it with better understanding in your PHP applications. What is a buffer? A buffer is a location in the memory (i.e RAM) ...Aug 2, 2022·5 min read
kansol.hashnode.devHow to change PHP version in XAMPP for WindowsHave you ever wondered how to upgrade or downgrade your PHP version in XAMPP without having to install another XAMPP software?, Well i have and from most answers i came across online, the best option i saw was to download an updated version of XAMPP,...Jun 6, 2022·3 min read
kansol.hashnode.devThe RewriteRule Directive in ApacheBased on my personal experience, i gave reasons why you should use the .htaccess file and the necessary conditions for using it. You can check out this post to find out more https://kansol.hashnode.dev/introduction-to-the-htaccess-file Today, i want ...May 11, 2022·4 min read
kansol.hashnode.devIntroduction to the .htaccess fileThe HT in the acronym stands for "HYPERTEXT" in case you are not aware. The .htaccess file is a web server config file that mostly runs on an Apache web server, it is used for writing configuration rules that instructs the web server how to handle a ...Apr 22, 2022·3 min read
kansol.hashnode.devWhat are storage engines?Database storage engines are one of the most important concepts to know when developing a relational database management system (RDBMS), they determine how well the tables in your database can relate data between each other. A database storage engine...Mar 30, 2022·2 min read