How to add .html or .php suffix to CodeIgniter URLs
Sometimes we see some websites which are quite big. But we see .html at the end of their URL. Do yo...
Sometimes we see some websites which are quite big. But we see .html at the end of their URL. Do yo...
CodeIgniter has a main file index.php, which is the entry point for any request. The default URL pa...
In this tutorial, I will tell you, how to easily create PDF documents in your PHP applications. For...
As you have gone through the previous tutorials of this CodeIgniter Tutorial series. You must be aw...
Before starting to code using CodeIgniter, you should understand its directory structure. You shoul...
What is CodeIgniter? First of all, let's discuss what CodeIgniter is and why we should use it. ...
In our daily development life, there are many times we need to code something specifically for a ce...
Are you a newbie to PHP development? Are you curious to know about the best IDEs for PHP Programmin...
In this tutorial, I am going to show full code to create pagination with PHP and MySQL. Usually, S...
What are star Patterns? Star pattern is a series of * character arranged in a manner to create ...