Hurry! Save upto 90% | March 2024 X

How to install the PHP CodeIgniter framework?


Please follow the steps:

  1. Go to codeigniter.com
  2. Download the CodeIgniter package in zip format.
  3. Upload and unzip the zip package in the installation folder.
  4. Installation is done.
  5. Open the installation link.
  6. The default controller name is welcome.php.
  7. The corresponding view file is welcome_message.php.
  8. Open the view file.
  9. Delete everything and write "Hello World".
  10. Refresh the page.
  11. You will see the change.