Tagged Questions
1
vote
0answers
16 views
Codeigniter - How to validate a list of dynamic input fields where the validation rule depend on another dynamically created field
I am new to Codeigniter and I am using Codeigniter 2.1.3.
Scenario:
I have a 'Lesson' record,
a 'Lesson' can have zero or multiple 'Lesson_student' records,
each 'Lesson_student' record requires a ...
0
votes
2answers
40 views
PHP Regular Expression for Bengali Word/Sentence
I am developing a web application using PHP 5.3.x. Everything is working fine, but unable to solve an issue due to regular expression problem with Bengali Punctuation. Following is my code:
$value ...
0
votes
1answer
70 views
Code Igniter Custom Field Validation Not Working
I created a custom validation in Code Igniter. I have the following code but the is_FieldUnique validation is not working. Even if, I var_dump() the parameters still I am not getting the it was ...
1
vote
1answer
47 views
Unique e-mail address registraton code not working as expected | encode_decode issue?
I'm working on a user registration form. I am trying to make it so that users must have an email address that is not already registered in the system.
I believe that the is_unique function is not ...
0
votes
0answers
43 views
codeigniter validation of array of radio button
I'm using codeigniter and I have this problem.
There an array of radio button like below:
<input type="radio" name="title[0]" value="Mr."> Mr.
<input type="radio" name="title[0]" ...
1
vote
1answer
108 views
Username recovery code not working as expected
I am working on a site for the company I work for. It requires users register and log in. All of the data is stored on SQL database. I am trying to add a "Lost Username' form for username recovery via ...
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 ...
1
vote
1answer
58 views
Codeigniter does not keep E-Mail Field Value
I got a strange error with keeping form values in CodeIgniter when validation fails.
I am using many fields in a form, one of which is the E-Mail.
I have implemented the validation rules for E-Mail ...
0
votes
1answer
48 views
call javascript validation function from view in codeigniter
i want to validate a form in clint side in codeignigter. i have a view and a javascript function. how can i call the javascript function to validate the form. here is my code
function validate()
...
0
votes
1answer
59 views
Validating Dynamically generated field arrays in codeigniter
i have a form where some fields are dynamically generated.
<table class="insideform">
<tr>
<td>
...
1
vote
1answer
158 views
CodeIgniter Form Validation Error Redirect
I have the following controller, which works fine in terms of validating the form and displaying the error.
The user attempts to login from: http://mydomain.com/index.php/login
However, when the ...
0
votes
1answer
46 views
Custom Validation in Codeigniter in controller level
I want to use Custom Validation in controller-side . I want to use form-validator of CI in validation.
Note: I will use that validation for web services. ( That's why it will stay on controller level ...
0
votes
1answer
60 views
How to set segment to view in codeigniter after form validation?
I am validating a form on many view that are generated by the third URL segment.
The URL: http://example.com/listings/item/12 (The 12 will change based on item)
Both my functions are below, my ...
0
votes
2answers
203 views
jquery validate remote validation only works if field is changed
<?PHP
$attributes = array('class' => "profile_form", 'id' => "profile_form",'name'=>"profile_form");
echo form_open_multipart("$form_action",$attributes);
?>
<LABEL ...
0
votes
0answers
35 views
validate that user has chosen a jquery collapsible section before form submission
I have a Codeigniter form that I want to do some validation for. My issue is that I am making use of a JQuery collapsible list view (not sure of technical name, image below)
Before the user submits ...
0
votes
2answers
122 views
CodeIgniter custom validate function not working
I am using CodeIgniter 2.3.1 and created a form_validation.php file in config and the content is as below.
<?php
$config = array(
array(
'field' => 'firstname',
'label' => 'First ...
0
votes
1answer
62 views
Codeigniter validation issue
Messaging system uses same function to send and reply to messages. One user sends a message to another with subject: "just testing £69 $100 @ ha". And message contains text, php, and html. PHP gets ...
0
votes
1answer
337 views
codeigniter form validation & ajax lookup to see if name exists
I have a form that allows me to add a new customer to a database table.
The customer_name field is a unique field. as such I want to perform form validation on the input field before an attempt is ...
0
votes
2answers
203 views
Codeigniter how to keep value after submit
I have a form that works fine but when I submit the form the fields only update after I refresh the browser. How can I keep the field value automatically without refreshing the browser.
Here is my ...
0
votes
2answers
77 views
Change input element class on form_error?
So, i would like to change the style on a input element when i get a form_error on that element.
In my controller, i have all the form_validation rules, and every inputelement attributes
if ...
0
votes
0answers
123 views
an HMVC Codeigniter incompatiblity with autoloaded validation config file
I have thoroughly researched and tested this. I have spent a few days searching for a clear answer. I have a case study setup at my dropbox link
The error I get is below. Note, this works fine when ...
0
votes
3answers
211 views
Codeigniter validation errors
I have a site develop in codeigniter.
I want to validate a form and display some message.
With my code I don't see any error if my input "name_it" is blank. Why?
This is my controller:
public ...
0
votes
0answers
32 views
Codeigniter MY_Form_validation working for some functions only
I am having trouble using extending the CI_Form_validation class. Some of the functions work fine (validating on text input boxes) while others don’t work at all. The functions don’t even get invoked.
...
0
votes
1answer
159 views
CodeIgniter form_validation not showing errors
My form validation error stopped working, It was working yesterday, I must have done something wrong but can't seem to find it.
When I fill in the username and email address, it sends the email and ...
0
votes
0answers
130 views
CodeIgniter Form Validation Callback Function Visible to Router
Can anyone tell me if there is a way to callback with the form_validation library in CodeIgniter to a utility function of a controller? I have a function called check_database that is a callback ...
0
votes
1answer
195 views
Codeigniter - best practice to sanitize input
I would like to know what's the best practice to sanitize user input using Codeigniter.
I understands that CI offers form_validation, such as set_rules.
...
0
votes
2answers
248 views
CodeIgniter form validation, cannot get validation error
I'm attempting to use CodeIgniters form validation library, and despite my validation rules appearing to work, whenever I call validation_errors(), I get an empty string.
Here's a code snippet.
...
0
votes
1answer
63 views
CI upload image validation h/w error with 'human' field?
I'm uploading two images which have two different dimension requirements.
When the validation rule is set, the second parameter (the 'human readable' field as CI docs say), is set. I use a custom ...
0
votes
1answer
252 views
PHP: CodeIgniter $this->form_validation->run() validate twice?
DONE
Isn't there any chance to use $this->form_validation->run() in a controller action twice? CodeIgniter seems to validate only the first rules. I want to use $this->form_validation->run() twice, ...
0
votes
1answer
119 views
issue validation startdate and enddate codeigniter
i want to validate startdate and endate codeigniter, if stardate > enddate, not saving in my database, or show error massage
my controller like this
function buat_lagi() {
if ...
0
votes
2answers
189 views
Custom error message using CodeIgniter Form Validation
I want to make some custom error messages in my CodeIgniter forms. I've tried using
$this->form_validation->set_message('is_unique[users.username]', 'The username is already taken');
However I ...
3
votes
3answers
146 views
How to do a negative form validation in codeigniter?
is_unique is the form validation which not allow the value exist in the database.
But, can I do the opposite one? for example, I would like to need the value which is exist
in the database, so, I ...
0
votes
2answers
33 views
codeigniter form validation with define CONSTANT
i define a constant in /application/config/abc.php
define('MINI_LENGTH', 5);
then in the /application/controllers/abc.php
$config_form = array(array(
'field' => 'name',
'label' => ...
0
votes
1answer
56 views
Codeigniter regex_match with money
I am using code igniters form_validation and I was wondering if there was away to validate money for a text box for an example allow 4 numbers and then a period and then 2 numbers.
This what I got so ...
0
votes
1answer
91 views
Codeigniter - Regex Expression to include a period - preg_match
I have a regex expression as follows:
return ( ! preg_match("/^([-a-z_ -])+$/i", $str)) ? FALSE : TRUE;
I need to add to it to allow a period, so that the input could be something like this:
"st. ...
0
votes
1answer
315 views
Codeigniter: set_value not re-populating correctly array form field
I have a form with CI validation that uses arrays as input names. The view initially has this code:
<input type="text" name="feed_urls[]"
value="<?php echo set_value('feed_urls[]', ''); ...
0
votes
2answers
150 views
How can I validate a ajax form in codeigniter
I want to validate a form using codeigniter form_validator library.
The problem is that the data comes from ajax, so I don't understand how the code should be.
public function register(){
...
-1
votes
2answers
134 views
Got warning when check whether the credit card number is valid or not
Got this warning when I check whether the credit card number is valid or not. Calling creditcard_helper.php by using the statement if(card_number_valid($this->input->post('card_number'))!=1)
A ...
1
vote
3answers
696 views
float Number validation check for codeigniter
Here I am enetring tax field in % but when i enetr values like 2.5,0.5 other than integer it is generating error..
Here is my code for Validation,any idea for entering float numbers
function ...
1
vote
2answers
100 views
using one validation for two input codeigniter
I want to have one validation for two input
ex I have input agendaCode and agendaNumber
I want codeigniter check the concation value of both input at the same time so I will have code like
...
2
votes
1answer
64 views
Does custom validation logic belong in Doctrine models (CodeIgniter context)?
I'm a big fan of Doctrine, but in the past have primarily used it for an easier and more OO way of accessing my database. Lately though I've found myself wanted to do MORE with the models though, to ...
0
votes
1answer
44 views
A client and a server, how should I validate a user when he logs in?
The current situation is that I have two separate applications.
One is the one I called *user_client* and the other is the server.
The user_client is mostly the "mark-up", HTML stuff. This ...
1
vote
1answer
53 views
Is there built in validation functions in CodeIgniter? That's NOT for forms
I want to check if the variable $username is alphanumeric and less than 15 characters. Does CodeIgniter have this functionality built in? I don't want to rewrite these functions if they already exist. ...
-1
votes
2answers
66 views
how to validate form in a order codeigniter
I would like to validate my login form like Google does.
First check username then check password; If both are empty then there is only an error on the username box.
In CodeInginter, if both are ...
1
vote
1answer
170 views
Multi step form validation Codeigniter
Is it possible in Codeigniter to run a multi-step Form validation, such that, when an error has been found, the form validation will stop (not validating the other Form validation rules)?
With the ...
2
votes
1answer
343 views
Codeigniter form validation using set of rules
I'm trying to create a set of Form validation rules in my Codeigniter project, so that when the validation of the first set fails, the second validation set should not run.
I found this in the CI ...
-1
votes
1answer
74 views
Codeigniter form validation alpha
So i have question with codeigniter. In form validation, alpha means only a, b, c and so on... But what i must do if in my language is alphabet that not aloved by alpha fomr validation? Codeigniter ...
1
vote
1answer
147 views
CodeIgniter 2, DataMapper Validation Rules
I'm using CodeIgniter 2 with DataMapper ORM.
For Users, I have confirm_password and confirm_email fields (plus others) which both aren't fields in the database (table users does not have these ...
0
votes
2answers
122 views
Codeigniter form validation $_POST nested fields
I need to set form validation rules in codeigniter from an AJAX call
The call generates a $_POST array where i nest data from different forms (1:N) and then I set validation rules in this way:
...
0
votes
2answers
245 views
Codeigniter - How to populate form from database?
I have a small site which allows a user to enter values in a form and then either submit it directly or store the field values in a template to later submit it. To submit the form later, he can load ...




