How to insert comment facebook ????
How to insert comment frame facebook into the post ! I'm newbie please help me. Thanks so much
View ArticleHow to create a message system
Helle all pls am new to codeigniter I want to create a message system Having inbox function Read all message function Reply message Delete single and delete all function Sent function Pls I need...
View Articlesetting up CI in MS Expression Web
I plan to use Microsoft Expression Web to create the "container" that will hold my CI/Grocery Crud application. This will give me the ability to create a help system worthy of my application . After I...
View Articlesimple maintenance mode with image
I found this code to put in my .htaccess file (codeigniter 3.0.2) to put my application into maintenance mode except for my IP address so that I can continue working on it: PHP Code: Options...
View ArticleRestore database
Hi CI Team, I need your help to correct my about restore database on CI, PHP Code: function restoredb() { $isi_file = file_get_contents(FCPATH.'backup/ori_db.sql'); $string_query =...
View ArticleTutorial problem with NGINX...?
I just downloaded the latest version of CodeIgniter(3.1.8). I'm using MAMP with Nginx and PHP 7.1.12. I have successfully accessed the "Welcome to CodeIgniter" view at...
View ArticleFurwadi G
Hai...semuanya... mastah-mastah sekalian Perkenalkan Nama Furwadi sekarang tinggal di pekalongan sekarang fokus di bidang back-end development dan masih newbie di CI
View ArticleError with email class in CI 3.1.8
Hey everybody. I'm trying to use email class as usual. I have loaded the email library in the autoload.php and made an email.php file in my config folder and in my controller trying to send() the...
View ArticleModel, data from webservice?
Hi! I´m about to start a project with CI. CI will not directly communicating with a database. The database data will be handled by a REST webservice i written. But where would should you put the...
View ArticleBase URL not working
New to CodeIgniter and getting my feet wet. Have web project with older (4yr old?) CI website. Was working perfectly at previous webhosting. Moved it to new webhosting and got things set up, and now...
View ArticleController (from model to view)
Hello, i'm new in CI , and i don't understand something.I have a model like PHP Code: class Contact_model extends CI_Model { public function start() { $query =...
View ArticleHow enable PUT METHOD?
Hi I use restful server in codeigniter All method are working good on server But PUT method is close on server How do i can enable it? *When i use PUT method on server,it show error NOT FOUND but when...
View ArticleSession expired
I use codeigniter 3.1 I want the session to expire after 60 minutes or when the browser is closed. Sessions are saved in the db Thank you
View ArticleSolved: symbol validation check question
Hi, I have this code below which lets me validate folder names. PHP Code: $is_correct_foldername = strpbrk($this->input->post('folder'), "\\/?%*:@#${}|\"<>"); How can I make sure folder...
View ArticleCodeIgniter and Security
I am a newbie to coding. I've been in it for just over a month. PHP was my beginning and now I am looking to learn a framework and CodeIgniter was suggested by one of my friends who is a developer....
View ArticleORM Table Mapping [CI2]
Hi All, I am new to the CodeIgniter. And currently working on the existing CodeIgniter Project. I have a small task to do, That just to introduce a checkbox and save its value to database. But when I...
View ArticleMessage: Call to a member function email->from() on string
Please help... I have 2 controllers first controller is home and my sendemail method is working and no problem at all but when I copy the same method to user controller it keeps me getting an error...
View Articleerror in line 51 Controller.php Version 1.0
Hello I have error in line 51 in Controller.php: Only variables should be assigned by reference, what can I do? Thanks PHP Code: line 51 $this->load->_base_classes =& is_loaded();
View ArticleProblem using slash in Arguments of URL
I use this syntax: http://example.com/controller/method/arg1/arg2/... Therefore my AJAX request inside the page simply concatenates the arguments using '/'. Unfortunately the arguments are not under my...
View Article