The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
50 views

set value for the dropdown in codeigniter

I am getting the values from the db and populating the dropdown. Below dropdown is multiselect, I am using this dropdown for the filtering purpose. Once user selects multi projects of the dropdown and ...
1
vote
2answers
27 views

form _dropdown validation for codeigniter using callback

I need to know how the validation for drop down works in codeigniter what need to be written in view, controller ,model . Below is my code but its not working . view.php $options = array( ...
1
vote
1answer
60 views

Codeigniter session and redirect is not working in IE7 but working in IE8

I'm using codeigniter and have a simple user login setup. User submits their credentials, checks with the DB if they are valid, if they are the model passes the controller a session ID and is ...
0
votes
2answers
46 views

how to insert multuple row to mysql database

i have a upload result form for a certain semester. where i have collected all the subjects and student list for a certain semester.but my problem is i can't insert the result to the database.only a ...
0
votes
1answer
37 views

Codeigniter - edit form (repopulating) with edit_unique

It seems that the edit_unique function, which is desribed here - Validating Uniqueness In CodeIgniter When Updating A Record, kills the set_value function. All works fine, which something like ...
0
votes
4answers
243 views

how to pass id in controller from form action using codeigniter

hey guys i am new in codeigniter,i have a form like this <form class="addinvestmentform" action="<?php echo base_url();?>index.php/ctl_dbcont/input_investment/$id" name="application" ...
1
vote
2answers
89 views

Difference in utf8 (greek) characters output in codeigniter, standard html vs form helper

This: <td><?php echo form_input('post_title',set_value('post_title',$post->post_title)); ?></td> Will present greek characters (or any other than latin character), as &#xxx ...
0
votes
0answers
45 views

Row record doesn't updating since notification is succssesfull in codeigniter

I am new to Code Igniter and I'm trying to update the kegiatan_mhs data from a form, but I cannot get the update function to work. This is my controller function update($id) { // set ...
0
votes
2answers
93 views

how to give value of dropdown in controller in codeigniter

i have this code in codeigniter (section of form in codeigniter controller) : $this->data['SalaryType'] = array( 'name' => 'SalaryType', 'id' => 'SalaryType', 'type' => ...
1
vote
0answers
364 views

Multi-select does not retain value after post in codeigniter

I have a form in my application with a multi select. I'm using CI's form helper to build my forms, so the build of the element looks like this: return form_multiselect('authors[response][]', ...
5
votes
2answers
759 views

Codeigniter - Date format - Form Validation

I'm using codeigniter with PHP. I'm using following form, <?php echo form_open('/register/create_new', $form_params); ?> DOB: <input type="text" id="dob" name="reg[dob]"> ...
0
votes
1answer
82 views

Form doesn't run when I click button submit

I am trying to create a form in CodeIgniter 2.1 but after creating it I push submit button and I don't obtain any kind of data. Here is the code: View: <div id="logform" <?php ...
1
vote
1answer
130 views

CodeIgniter report error 500 when data is posted

I have the following controller named admin class Admin extends CI_Controller { public function __construct() { parent::__construct(); $this->load->model('admin_model'); ...
0
votes
1answer
145 views

error: Undefined property: News::$form_validation in codeigniter

I am new to the codeigniter and trying the tutorials in the user guide. But i stuck i the third tutorial which is for the create news items. Here in my controller section it is giving the following ...
0
votes
0answers
624 views

How to avoid “The action you have requested is not allowed” error with Knockout postJson function call

CodeIgniter gives an error "The action you have requested is not allowed." when it fails the check for CSRF. As I understand it, this means the POST is missing the hidden token from the form that ...
-1
votes
1answer
107 views

CODEIGNITER EDIT ALL USERS THROUGH ADMIN

i am nood in codeigniter and e need your help i am doing a store site, and i have 2 tips off users('admin','normal user') the admin can see all normal users and still can edit them i have a ...
0
votes
1answer
209 views

How to use codeigniter form validation library for two different languages at the same time?

I'm trying to use codeigniter form validation library for showing two different lines in two different languages at the same time but it throws an error: $this -> form_validation -> ...
2
votes
3answers
103 views

Session empty codeigniter

First, sorry for my english :D I try to make a simple login on Codeigniter without succes. I read the official documentation and reduce the script to minimum necessary. My session is empty every time ...
2
votes
1answer
140 views

Upload the image path into db and image in the folder name upload

This is the controller: public function category() { if($this->form_validation->run()==FALSE) { $this->load->view('admin/home'); } else{ ...
0
votes
1answer
120 views

Anchor Text - Can you hide it? (URL Helper)

Is there anyway to hide the anchor text of the generated by CI? I know I could hide this via CSS (i.e. negative text-indent), but that seems like a lot of unnecessary work. Why wouldn’t I just use a ...
1
vote
1answer
47 views

How can I keep field data from being escaped and preserve html and image styles in CodeIgniter?

I’m using CKEditor and KCFinder to build a relatively simple CMS. Currently, things are working pretty well. I noticed an issue, though, when I started integrating images into the mix. The links for ...
0
votes
2answers
234 views

custom validation methods not working when using 'CI' in codeigniter form validation

hi i am using codeigniter form validation . in my libraray i set the form validation $this->ci->form_validation->set_rules ( 'businessemail', 'Business Email', ...
0
votes
1answer
317 views

Populating Codeigniter(form-helper)-dropdown using javascript

i am have put a loop in java script and within the loop , i create the drop down repeatedly by calling a div within which my codeigniter form helper dropdown is present, something like this for(){ ...
0
votes
2answers
340 views

Checking pre-exist record in mysql database in codeignitor

I am checking a country name already exist in my database i used callback but it doest not shoot any error $this->form_validation->set_rules('country_name', 'Country Name', ...
1
vote
1answer
496 views

CodeIgniter, Smarty and Form Helper. Does not trigger form_validation->run()

I am using CodeIgniter with Smarty. The problem I encountered is when using Form helper. I used the code found here. So when I open and close the form tag actually using CI native form_open and ...
0
votes
1answer
47 views

CI return just Validation_error and not the entire form page

I have a view with both login and register forms on the same page. I would like to return just the error message and not refresh the entire page. How can I do that? public function signup() { ...
0
votes
1answer
240 views

Codeigniter Validation Error While Using 0 value in an input

I think there is a bug in codeigniter form validation class. My code is working perfectly fine if value is greater than zero but if it's "0" set_value function is not working: Controller: ...
0
votes
3answers
200 views

inconsistent amount of data when I use pagination in CodeIgniter

I want to perform a large of data using paging library in CodeIgniter. I have been implementing it and it works. But, I have a problem - amount of data per page is not consistent. This is the simple ...
0
votes
1answer
164 views

how can i provide a file for upload by default if user does not upload any, m using codeigniter

how can i provide a file for upload (say from database) by default for the upload class in codeignitor, if user does not upload any the default file should be considered, m using codeigniter. Help ...
0
votes
1answer
262 views

submit form from <div> html value in codeigneter

i have problem using form in codeigneter when to submit value from div html, example view <label for="title">Title:</label> <input type="text" class="form_field" id="title" ...
2
votes
2answers
552 views

CodeIgniter: Controller structure for forms with many inputs

I'm developing a site using CodeIgniter and am trying to adhere to the "Fat Model / Skinny Controller" paradigm, but am running into some problems when it comes to pages containing forms with a number ...
1
vote
2answers
909 views

Should I use CodeIgniter html or form helper class?

Is it good for performance or security issue to use those class as we know that HTML should be in plain HTML. e.g. <input type='text' .... /> is better than <?php echo '<input ...
0
votes
2answers
114 views

How can I overcome the need to reuse input names when processing them with CodeIgniter's input class?

I have a view called volunteer_edit. Within volunteer_edit, I use jQuery to loop through an array of project ID's and, for each project ID, create a tab. The jQuery tabs plugin turns each link within ...
0
votes
2answers
506 views

Class in a <option> tag with Codeigniter

Is it possible to add a class attribute in <option> tag using CodeIgniter? <select name='state'> <option value="usa" class='top'>USA</option> <option ...
0
votes
1answer
174 views

Codeigniter form validation not working on Mediatemple

I have a upload and submission form that is working fine on 2 separate web host but it does not work on MediaTemple. Everytime the form catches an error, it just reloads the view without any error ...
1
vote
3answers
269 views

How to create forms with conditional options

I want to create a form with two dropdown boxes so that the options in the second dropdown depend on the choices in the first dropdown. So Dropdown1 might ask the user to opt for CourseA or CourseB ...
0
votes
2answers
304 views

Errors when migrating from codeigniter 1.7 to 2.1

I am developing a few pages in codeigniter 1.7 and when I change to version 2.1 my code will show me this error message: Unable to load the requested file: helpers/translate_helper.php
2
votes
3answers
421 views

How to Repopulate a form field without setting rule as required in Codeigniter?

When I try to populate a form field which is not required in form validation doesn't repopulate. Let's say I have a field but I don't want it to be required but I want it to be repopulated. How can I ...
1
vote
1answer
305 views

codeIgniter form validation doesn't work when passing view as string

I am currently learning CodeIgniter and using it for a small project. I would like to make a template so that I don't need to write repeated code for the views. I like jruzafa's answer in this post: ...
1
vote
3answers
3k views

how to create a multi select box with out selected options codeigniter

hi i am using codeigniter , i want to add a multi select box to my page , i saw the codeigniter user guide example , but what it is doing is set the values in multi select . like this $options = ...
0
votes
1answer
758 views

codeigniter custom form validation call back url is not working

hi i am using codeigniter form validation , i want to add a custom form validation for my price field i am trying this in controller $this->ci->form_validation->set_rules ( 'price', ...
0
votes
1answer
2k views

how to add a custom validation , codeigniter

hi i am using codeigniter , i use codeigniter form validation . i have a input called price <input id="Price" name="price" class="textbox-small Verdana11-424039" type="text" name="" ...
0
votes
1answer
3k views

select box validation in Codeigniter

i am new to Codeigniter and I have some trouble in select box validation. I want default select value at beginning. <select name="schooGroups[]"> <option value="0">Select User ...
1
vote
1answer
249 views

get form values other than by name in codeigniter

hi i am using codeigniter . i have a form , there i add hidden fields dynamically . so every hidden field is <input type='hidden' name='hidden' value="+$(this).attr('title')+"> so the name is ...
2
votes
1answer
106 views

Form helper in codeigniter autoescapes form data?

I've got the following code: echo form_submit('Update Info', icon('accept') . ' Update Info', 'class="button medium green"');, which outputs a styled submit button. The icon function returns the image ...