new User of CodeIgniter
good afternoon i am the new user of codeigniter so i am glad to be here
View ArticleRelease date for 3.2.0?
Any word on the 3.2.0 release? There's a feature/bugfix in it that I need for my current project, and I'd rather not make the code changes myself if the official release is imminent. Thanks.
View ArticleDynamic Meta Description
Hello everyone, I hope this is the right section to ask this question. I'm building a Quiz Portal on CodeIgniter. I've added meta description tag in the header view, but now that I've checked on...
View Articleuse active records in library
Hello, i'm writing my personal library for Users. but i have a problem trying to query my db. is wrong call db from Lib? PHP Code: Class User{ public function __construct(){ }...
View ArticleDoes the controller name support hump to underline?
Does the controller name support hump to underline? like this: Code: class data extends CommonController { public function getData() { return view('get_data'); } } url like this:...
View ArticleDelay in ajax response time
Hi When I click on my approve button it sends a confirmation letter to the user and adds the members information to the main members table from the members temp table. Every thing works fine but the...
View ArticleStarting with CI4
I wanted to start a new application and try with CI4 But I even am not able to display a simple echo I have this message If you see this message, you have not configured your web server properly. You...
View ArticleUser agent
i am not able to get correct browser name using user_agent function i tried the following code and did not get perfect output. Code: $this->load->library('user_agent'); if...
View ArticleCannot send mail via SMTP (version 3.16)
I cannot send mail via SMTP, i'm using gmail account in this case. There is my config: $config['protocol'] = 'smtp'; $config['smtp_host'] = "ssl://smtp.googlemail.com"; $config['smtp_port'] = 465;...
View ArticleTimeout error
Hi, I'm getting a timeout error, seems a problem on log files: the first time I removed the folder and created again and after that was fine. The second time this trick didn't work, I'm getting a time...
View ArticleDate Format by input
Hi, I'm using the "date" fields of a form, so of course the date will be this way: 2017-10-05 I wish the date would turn into the database in a format like this: May 24, 2017 Can someone help me? Thank...
View ArticleMessage: pg_query(): Query failed: ERROR: invalid byte sequence for encoding...
Hola, Amigos Tengo el siguiente error al intentar importar un archivo CSV a mi base de datos Postgres, me podrian orientar por donde darle solucion, de antemano agradezco su apoyo A PHP Error was...
View Articleform_validation two is_unique
Hello I've a little issue, in my view receive one param by post named GatewayId This is my controller Code: $this->load->model("DeleteExpense_model"); $GatewayId =...
View ArticleDealing with binary values in Mysql DB
Hi, I store IP's in binary format; PHP Code: $ip = inet_pton($_SERVER['REMOTE_ADDR']); //binary value and in DB query I do this way: PHP Code: $sql = "SELECT MAX(attempted_at) as last_failed_attempt...
View Articlestrange request pathes
Hi, First off all I could not find proper title for this question. I am recording in DB all pathes when user visits page. Strange thing is somebody tryied following urls in my website: 1....
View Articleindex.php taking long time to load error - How to find the problem
[pool www] child 940, script '/var/www/html/wquiz/index.php' (request: "GET /index.php") executing too slow (1.002374 sec), logging How can we find the trouble? Which controller and method makes the...
View ArticleTutorial - encoding issue
Hello I'm new to CodeIgniter and I did the tutorial part about creating a news application. I got an issue at the end with the slug encoding. If I wrote words with accents (ex: é à è), accents are...
View ArticleGetting a blank page
Hi All. I am a noob at CI, have now worked my way fixing all errors etc, got my "hello world" to work, so th CI is there and working. and off course the index.php file is loading honkey-dori My problem...
View ArticleFrom Script to Insert
Hello everybody, I have this script built in and what I entered, should also be entered into the database. There is my problem. How can I save this selection to the database? Link:...
View ArticleResize to fix width or length
Hi; Can you please help me with this script? These are my resize criteria. My main concern is number 3 1 - Width smaller that 1063, height smaller than 650. Don’t resize 2 - One dimension bigger (width...
View Article