codeigniter Questions
6
Solved
I'm using CodeIgniter and I can't figure out how to unzip files!
Zelazny asked 20/7, 2010 at 18:30
2
Solved
I'm thinking about efficiency, and I'm not really sure about it one way or another.
But I have a bunch of rows with multiple columns. I just need the name field from all the rows where a certain ot...
Gand asked 8/8, 2012 at 22:34
4
Solved
I have the following code from Codeigniter index.php
My understanding is that,
If / of string position in $system_folder (in this case CIcore_1_7_1) is false,
and if realpath function exists AND ...
Blowbyblow asked 1/10, 2009 at 20:59
5
Solved
I need help with using sub directory controllers in CodeIgniter 4.
I just can't make it work for some reason.
This is the URL for example: www.example.com/admin/dashboard
In the controllers fold...
Winchester asked 10/4, 2020 at 2:43
3
Solved
Hi I am trying to write a CSV with HEBREW text in it. It writes some symbol not an Hebrew text. Below is my PHP CODE.
<?php
$list = array (
array('שלטל', 'שלטל', 'שלטל', 'שלטל'),
array('123'...
Applicator asked 22/1, 2016 at 6:36
3
Routes not working and default controller showing error 404 when I am setting welcome as a default controller then all routes defined with the welcome controller working but my other routes and url...
Galatians asked 18/1, 2018 at 8:13
2
Solved
I have a controller that have about 5-6 functions.
class Register extends CI_Controller {
public function index()
{
// some code written
}
public function Add()
{
// Some code written
}
public ...
Sandstrom asked 31/10, 2013 at 8:15
8
Solved
I'm using Codeigniter on an Apache xampp set up and attempting to use foreach in a view for the first time and I just can't get it to work.
My Controller code:
class Test extends CI_Controller {
...
Halverson asked 16/4, 2015 at 15:14
12
Solved
I'm experiencing a very odd upload problem. Here's the relevant view file:
<form action="http://localhost/index.php/temp/upload/" method="post" enctype="multipart/form-data">
<fieldset&g...
Camm asked 22/3, 2012 at 1:22
8
Solved
I am doing a project in CodeIgniter 3. I need to remove index.php from url. For that help me to get .htaccess file for CodeIgniter 3 and also where to place this file.
This is my baseurl
http://c...
Lantha asked 20/7, 2016 at 9:42
2
Solved
How can I delete all lines from a table with codeigniter. Just a line I know, just specify the id from this line, but what about all lines at once?
Thanks
Vasti asked 18/12, 2016 at 20:27
2
It bothers me because with the most recent update to PHP Intelephense that I received today, the intelephense keeps displaying an error for an unknown property, functions.
Intelephense (1014)
and t...
Bide asked 5/1, 2023 at 15:32
4
im trying to write a code where i can submit a form enter the contents in a database, at the same time perform a file upload and have it stored in a folder inside my server
the folder location is ...
Englut asked 24/1, 2013 at 10:0
4
Solved
I have a Whole web site project based on CodeIgniter framework. My problem is i don't know how to run this project on my local Mamp Server. I have Successfully set up Mamp and Also run the latest v...
Relaxation asked 13/5, 2013 at 5:15
11
Solved
http.get request in agularJs controller works fine when my client app and api are in localhost.
when api is moved to server., issue arised.
client side using angularJs
$http.get('http://example.com...
Whelp asked 6/9, 2014 at 17:38
7
Solved
I am getting this error from Nginx, but can't seem to figure it out! I am using codeigniter and am using the database for sessions. So I'm wondering how the header can ever be too big. Is there any...
Hutton asked 15/12, 2012 at 17:17
4
Solved
This seems really basic but i can't get the hang of it.
I'm trying to send more then one parameter to a method in the controller, like this :
http://localhost/ci/index.php/subjects/3/state
This...
Kalfas asked 6/11, 2012 at 7:23
5
Solved
I'm trying to get the last URI segment in CI, however I don't know what the number for it will be, as parameters (an integer) will be appended as the user clicks links within the page. These are th...
Profess asked 30/9, 2010 at 10:41
4
Solved
I have CSRF protection enabled on my site, but the only time the CSRF token is placed in a hidden field is when form_close() is used. I am posting data via ajax and need to send the CSRF as well to...
Snowcap asked 14/11, 2012 at 20:50
10
Solved
I have been developing a small web application with CodeIgniter. After testing it out locally I went to put it on my web server to allow a couple other people test out some features. While navigati...
Slalom asked 25/2, 2015 at 0:46
7
I have a problem with my query and I need to join two tables from different databases now my problem is how can I execute my query. I got my syntax format from here
Please visit first this link s...
Smithy asked 8/5, 2013 at 7:52
7
Solved
Question:
I need to pass my content like title, summary and image in a Facebook sharer URL like this:
<a id="button"
href="http://www.facebook.com/sharer.php?
s=100
&p[url]=http://myur...
Iong asked 26/3, 2014 at 5:13
5
Solved
I am developing my website using PHP Codeigniter Framework. I want to display my webserver's time as well as client's machine time on some of my web pages. I successfully displayed client side time...
Polycarp asked 28/11, 2013 at 15:20
17
Solved
I have a sql statement in my model,
I then say
$query = $this->db->query($sql, array(fields, fields1);
if ($query) {
return true:
} else {
echo "failed";
return false;
}
My query alwa...
Cordless asked 26/5, 2011 at 16:43
4
Solved
Hi I am trying to use PHPMailer Library from GitHUB in my Codeigniter application.
I downloaded the code and unzipped in my application\library folder.
So there I have a folder called vendor insid...
Lat asked 30/6, 2017 at 9:36
© 2022 - 2024 — McMap. All rights reserved.