0
votes
0answers
10 views

CodeIgniter, Smarty and Form Helper. Wrong Link on Submit

i have al litte problem with using CodeIgniter Form Helper and Smarty. I used this (https://github.com/EllisLab/CodeIgniter/wiki/Form-helper-with-Smarty) Form Helper Function. Now i have the ...
0
votes
0answers
19 views

Creating a search/filtering function like most torrent tracker has in PHP

I'm trying to figure out a simple but effective way to create the back-end function in PHP which works just as torrent trackers have with categories, tags, names, etc. I've set up the HTML to look ...
-1
votes
2answers
25 views

Declaring a variable outside a function in CodeIgniter

I'm new to CodeIgniter. I'm trying to output a view again after clicking a submit but the view has a variable from the controller, but when I tried it, it doesn't work. <?php class Site ...
0
votes
3answers
36 views

Something goes wrong with my controller I may have mistake somewhere of it

This is my controller function new_post(){ if($_POST){ $data=array( 'title'=>$_POST['title'], 'post'=>$_POST['post'], 'active'=>1); ...
0
votes
2answers
42 views

Saving multiple HTML textareas in CodeIgniter

I would like to grab the values of several textarea fields and save them to the database. For now I have four of each with different values and I want to batch save these values, the textarea fields ...
0
votes
0answers
15 views

Youtube Image Upload

I need to upload an image to youtube servers which will be further used to set as channel background.. I'm following this link form Google Branding API: youtube API 2.0 I'm using goolge client ...
0
votes
2answers
30 views

How to return a multidimensional array keys as a tree?

I am working on an MLM application in which i need to show all users as a tree. For this is implemented parent child relationship among the users. my table structure is here :- I had retrieve the ...
0
votes
2answers
37 views

If MySQL row output equals X then do Y

What I'm trying to achieve here is to change the output. The rows minutes, sms or data can output -1 as the result. All I want to do is have it so if the output from any row is -1, then it should ...
0
votes
1answer
21 views

Show/Hide page parts based on own/foreign profile

I am building a social network and I can not figure out the best way to solve this problem: E.g. for profile page - what is the best way to show/hide different parts of profile page based on ...
-3
votes
0answers
47 views

Uploaded CodeIgniter site search function no longer works [closed]

I have A CI site with a search function that works locally. The online version search returns all records instead. It's the same Nginx server (with similar conf. file) and php online is 5.3 local is ...
0
votes
0answers
26 views

302 Found Document Has Moved with CodeIgniter

I am working on a custom built CMS with codeIgniter. It works flawlessly in my localhost and on a account at bluehost. Now I have uploaded the site to ipage i get a strange error 0<!DOCTYPE HTML ...
0
votes
2answers
49 views

Data not passing from Controller to View Code Igniter

I am puzzled because of CodeIgniter's strange behavior. I am fetching some data from Model and returning it to Controller and passing that data from Controller to View. Controller function index() ...
0
votes
1answer
24 views

Codeigniter and Tank Auth - new registration field being incorrectly added to database?

I've created a new field in the registration form: //goes on top of page along with other form vars $phone = array( 'name' => 'phone', 'id' => 'phone', 'value' => ...
0
votes
3answers
38 views

Sounds simple but It is not working: Import CSS in CodeIgniter 2.1.3

I Just downloaded CodeIgniter 2.1.3 and Trying to import css into via header_controller, I have tried SOF: CodeIgniter - Loading CSS, CI_Help_page and codeigniter CSS problem (SitePoint Form ...
0
votes
3answers
25 views

mysql - php - Need to get only the latest record from a self referencing data

Hi, I need some help with SQL. Attached is the image of my table. If you see rootmessageid column there are 4 records of 99s. All these 4 makes one complete conversation. Similarly the 2 records ...
0
votes
1answer
23 views

ajaxFileUpload on xhr.setRequestHeader is not a function

In my footer.php I have this code which i needed for my api references <script type="text/javascript"> /** Override ajaxSend so we can add the api key for every call **/ ...
0
votes
0answers
29 views

Mamp Apache MySQL not starting [duplicate]

i am trying to start my mamp server but i it remains red and when i look at my log i found these denial. Thu May 16 09:06:42 2013] [error] [client ::1] client denied by server configuration: ...
0
votes
0answers
32 views

Mulitple image uploads and codeigniter, reordering needed?

A brief but big thankyou to this community for teaching me php more or less, i now have a functioning website, your patience with us noobs keeps my faith in mankind strong! ok this is my first ...
1
vote
2answers
35 views

Interacting with ajax response items

I'm using codeIgniter for building a web application. I currently have a controller that loads an index action, and an index view. Inside this view, i use ajax to call another controller action, and ...
0
votes
1answer
29 views

Injecting Files To Template From Controller

I'm trying to figure out how I can with Anthony Male's asset library which is also used for PyroCMS to load certain assets only through controllers to my template. I have a template that loads ...
1
vote
3answers
28 views

Codeigniter count_all for pagination

I'm trying to create pagination in codeigniter and I have it working, but I have a small issue. It seems to be loading all the entries in my database and not the selected ones I want. public ...
5
votes
4answers
58 views

checking if a users logged in

What is the most secure way of checking if a user is logged in? I am using php's framework, codeigniter. $loggedIn = $this->session->userdata('is_logged_in'); // returns 1 if($loggedIn == ...
0
votes
3answers
33 views

“Undefined property” error when using CodeIgniter db and active record

I'm trying to insert demo records from some simple form using active records and codeigniter function create_httpPost() { $data = array( 'title' => $this->input->post('title'), ...
0
votes
2answers
35 views

default routing in codeigniter

I'm exploring codeigniter. On app startup default controller is changed to load my controller. Controller properly loads the view and that's fine, so I'm guessing routing works as expected, but when ...
2
votes
2answers
18 views

Codeigniter Load data from 1 table and save it on different table

I have this issue, I want to fill a form from a variable, what i'm doing right now is passing ID through an anchor on the view, here's the sample //view search <?php echo ...
0
votes
1answer
18 views

Place CodeIgniter's Config Files out of 'application/'

I'm trying to move the config directory in the root folder for my CMS. It will be easier for users to update and edit the config. Everything I tried gave me an error, so I do not think the right way ...
1
vote
1answer
25 views

how to get hindi font value from url

I am getting hindi value in query string . ?q=विषय I want to echo this value in my php code . I am getting this value in $_GET['q'],but it echo value in other formate not as expected ...
0
votes
2answers
38 views

jquery datepicker's alywas return today's date in php $_POST

Note : I use the latest version of Codeigniter and Jquery in this project. Im a beginner in a web programming, please bear with me :D This is my view/html code : Tanggal Lahir : <input ...
0
votes
1answer
21 views

How get header of email using codeigniter?

I have email function in codeigniter like this $this->email->attach('file.txt'); $this->email->from('messi6@barcelona.com', 'leo messi'); ...
0
votes
1answer
25 views

Ajax validation not working in Codeigniter

Im working with Codeigniter 1.7.2, and I found this ajax validation, that seems not to work in the version I have. Here's the code: if ($this->input->is_ajax_request()) { ...
0
votes
1answer
32 views

codeigniter pagination links redirecting to logout page

I'm newbie to codeigniter. I'm using the pagination. The pagination links are shown fine but when i click on any of the links then i'm getting logged out. Here is my code and please check if there any ...
-3
votes
0answers
54 views

Pressing F5 To Show That I'm Logged In [closed]

I have a cloned script that was made to run on a LAMP server, but they didn't tell me this till I purchased it. I got the script to run by turning on short tags in PHP but there is a slight error: ...
1
vote
2answers
41 views

Changing uri when using get variable in codeigniter

I have just started learning Codeignitor. I am developing a web application in which I am using get variable , and loading data from database and displaying it. So my url looks like : ...
0
votes
1answer
27 views

Codeigniter, uploading multiple files with same name

I have an upload form that allows me to add as many files as needed. However when I start trying to upload the files I get an error. Controller $this->load->library('upload'); $error = ""; ...
1
vote
1answer
50 views

Cookie not being read by html form

I am working on a website where people can search based on their postalcode. When the visit the page for the first time a popup dialog opens. You have to fill in your Postalcode and a radisu of x km. ...
0
votes
1answer
40 views

How to update data with CodeIgniter and REST

I am new to CodeIgniter. I want to create a web service REST for the update. This is my controller: function user_post() { $result = $this->user_model->update( $this->get('id'), ...
-2
votes
2answers
59 views

How to convert from core PHP to CodeIgniter? [closed]

I have the following DB and PHP. I am trying to convert this to MVC in CodeIgniter and the following is what I have got so far and it is not working. If someone can point out what I am doing wrong, I ...
0
votes
0answers
19 views

Giving permission to encrypted file on mac [duplicate]

I am setting up codeigniter project. I need to set permission to these two files but they are not present in my project. i guess its encrypted. how can i use chmod 0777 ...
1
vote
1answer
27 views

CHMOD 777 Codeigniter configuration error

I am configurating my project on codeigniter and Mamp. When i run it i got CHMOD 7777 error as shown in the image. Does someone know how to make config.php and the other page rewritable.
0
votes
0answers
37 views

Code Igniter 2.1.3: Sending email using smtp.googlemail.com

Hi guys, I am starting to learn the Code Igniter 2.1.3 framework through Jeffrey Way's tutorial on http://net.tutsplus.com/. However, I'm stuck on the "third video" where sending emails is tackled. So ...
0
votes
1answer
53 views

How can I divide/split an array?

I have an array here which has (30 values e.g.).And I displayed it on a div. I want to split them into 3parts and display them in a three separated div. How can I do this one?Here's my code: ...
0
votes
2answers
35 views

Codeigniter says “Unable to load the requested file” to my controller's method

After I have uploaded last version of application to the server, I have found the following problem: After my admin controller redirects unauthorized user to admin/login page( ...
0
votes
3answers
40 views

Get id from object

I'm working with an api and I it returns these values: CultuurNet\Auth\User Object ( [id:protected] => c23e4336-8f84-4501-9253-8b2faage5291 [tokenCredentials:protected] => ...
0
votes
2answers
21 views

does codeigniter helper library folder should be empty

I'm trying to master codeigniter. Although I think that everything should work I'm getting following error Unable to load the requested file: helpers/database_helper.php Inside helpers folder there ...
0
votes
2answers
25 views

Manipulating Results Array for Multiselect—CodeIgniter

I'm trying to populate a multiselect in my view with the results from a query to the database. Sorry if this is a very basic question—I'm a bit new to CodeIgniter and MVC. My model simply gets all ...
1
vote
2answers
66 views

unable to send parameter through ajax to a page itself

I am sending parameter to a page itself on keyup event. I am sending a parameter though ajax like url:"http://localhost/application/views/pages/users/tags.php?tagfilter=lif", and getting its value ...
0
votes
1answer
43 views

Correct way to use Model's method in codeIgniter's view?

From my VIEW, let's call it 'index', on a button click I would like to perform a DATABASE QUERY without loading the page again , however I cannot think of a method to so without breaking the MVC ...
0
votes
1answer
26 views

Codeigniter 2.1 - Count all results of search before limit

How can I count all results when I am doing search before limit? Do I need to make two queries (one with limit and one without limit) or this can be done in one query? I have function like this: $i = ...
0
votes
1answer
32 views

UPDATE sql query and get the updated field in one single query

I'm trying to update a value of a column using the codeigniter query function like this: $this->db->query("UPDATE table SET val = val + 1 WHERE name = 'xxxxx'); Is there any way to get ...
0
votes
7answers
86 views

Simple PHP form not working

I´m trying to make a form that works. I´m using codeigniter, the view has this form: <form class="renuncia_form" action="/formulario/send_form" method="post"> <p> ...

1 2 3 4 5 251