Image Resize
how to resize the picture ? 350x200 PHP Code: public function insert_news() { $config['upload_path'] = 'uploads/news/'; $config['allowed_types'] = 'gif|jpg|png';...
View Article[ask] how to encrypt the url?
when we pass a paramter in Url, the paramter is visible. sometime it is privacy. so how to encrypt the parameter in codeigniter. like http://localhost/ani_3TIA/mahasiswa/edit/5 , i want to encrypt the...
View ArticleCalculation does not work
Hello, how do i manage it, that the first send the values in the input field "edit_artikel_kartensumme" is calculated the same and also stored in the database. The second time the query is sent, the...
View Articleinput location with map in database
Excuse me, in my web i need to input location with map in database. If anyone know to make it, please help me ?
View ArticleCode Igniter is the best app to learn about websites
I just learn about how to use CodeIgniter, and it brings lots of fun while designing and programming lots of stuff there~
View ArticleDirect my sidebar to its table
i got 2 tables, which is user and music, my music table works fine, when i click my music menu on my sidebar, it'll open the Music table from my database. but when i click the user menu, it'll go...
View Articlegzip compression
gzip compression is not working for pretty URL. GZIP works fine for default controller and default method. But when I try to access any method other than the default one, the GZIP compression is not...
View ArticleLoad Libraries
**New to CI** I have read the documentation and the Practice CodeIgniter 3. I can not seem to figure out how to load my own library in 'application/libraries/TestLib'. Tried : PHP Code:...
View ArticleI need uplaod multiple images by on file upload field
Hello Support How, i can upload multiple images form one file upload field , Please support fileuplaod.png (Size: 238.15 KB / Downloads: 2)
View ArticleSuggest me how to do multi-language website?
I am using language files. But i want to add /en/ /hi/ on url http://domain.com/en/controller/method/?query_string .. Code: $route['(\w{2})'] = $route['default_controller']; But it is not working.
View ArticleHow to Create Acces tokens in rest apis codeignietr
Hi, I want to create access tokens in codeigniter which will help from hacking or getting access to my webservices from others. Now im using basic authentication for rest apis. can anyone help me in...
View Articleuse of $route in routes.php
I am having trouble understanding what I am doing wrong. I have a routes.php in my config directory. It has these routes: $route['default_controller'] = 'users/login'; $route['404_override'] = '';...
View Article[Asking]
hi guys i'm newbie in here i want to ask you how to join 2 table in CI. i can't figure it out.
View ArticleDynamic CSS using session variables
Hi everyone, It's my first topic here and I'm not english-speaker so please be lenient ^^ If there are some french-speakers, I began a topic here : https://openclassrooms.com/forum/sujet/c...de-session...
View ArticleBroken html email?
Not sure when it broke... but i haven't been able to send an html email in some time. The email comes through as blank. Subject line reads ok. Text only email works fine. HTML fails. Thoughts? Thanks....
View ArticleUse wamp localhost in other device
Hello I cannot access to localhost(wamp) in my mobile I try add ip to apache but i cannot use it I search in google and find many topic about this problem but they are not helpful
View ArticleJavascript deprecated
Probably some dumb questions from a noob, but I am attempting to use javascript and jquery. 1) Loading as a library in my one of my controller files, $this->load->helper(array('url', 'html',));...
View ArticleSession Library documentation CI4
I think there is an error in the CI4 documentation: https://bcit-ci.github.io/CodeIgniter4/l...sions.html Where is mentioned $config['sessionDriver'] and $config['sess_save_path'] It should be public...
View ArticleCodeigniter 3 Developer - Looking for Work
Hi All, My name is Simon and I live on the Gold Coast, Australia. I have 20 years experience in developing various LAMP based projects (software and hardware), 5 years using the CodeIgniter 3...
View ArticleLogin function Problem
Just a starter in CI. I already have my registration function working but I'm having a difficulty in in my login function. I played with using CI Forms then switched to typical HTML input forms. Below...
View Article