This post shows how to solve the problem Session Does not Work on Server but works on Localhost and cannot login in codeigniter
Posts published in “CodeIgniter”
Getting Multiple Database Table Rows – CodeIgniter We already inserted many values into the database and we learnt the retrieval of data into our project.…
Retrieving Uploaded Images in CodeIgniter In our previous lessons, we successfully uploaded files into the project directory and inserted the uploaded file name with extension to…
How to get Uploaded File Name and Insert into the Database In our previous lesson, we successfully uploaded files into the project directory. There we…
File Upload in CodeIgniter In our previous lesson, we created a user registration with Name, Address, Email, etc. But that does not contain option to…
Removing index.php from URL Using htaccess How do we run a CodeIgniter project? It’s very easy. But there is text ‘index.php’ on your CodeIgniter running…
What is Base URL? How to Config and Use Whenever you want to add images, external css, JavaScript files into your project, you need to…
User Login Validation with Email and Password Here let us create a login form validation with user email address and password. In previous article, we…
CodeIgniter User Registration Creating a user registration form is a common task in almost applications. User registration form includes student’s registration, employee registration or any…
Update Data Using CodeIgniter Model Class If you are familiar with database delete operation, then updating a database data is simple. As we shown in…