If you are a new user to the php framework CodeIgniter, you may face a problem when submitting a form using helper form_open(). Let's discuss by the following example which is downloaded with the framework:
Step 1: After downloading and installing the framework, we have the following project structure.
Step 1: After downloading and installing the framework, we have the following project structure.
|- system/ |- application/ |---- models/ |---- views/ |---- controllers/ |- public/ |---- images/ |---- js/ |---- css/ |---- index.php |---- .htaccess