Tagged Questions
0
votes
0answers
32 views
How to disable required field validator from the phone nummer field?
I got this form script from a friend of mine. And the question is how can i disable the phone number required field validation? At this moment all fields are required to fill in.
As you can see i'm ...
-4
votes
0answers
24 views
Php/html Validation (validation-2.3.3) [closed]
I am new to php, and validation of forms. So I got the validation-2.3.3 with the demo. I dont know how to go about using it on my php form. I read the demo, but still find it difficult to apply, can ...
0
votes
1answer
42 views
How can I verify my form while redirecting to a separate page?
So I'm creating a form that uses the values entered to create a PDF. Now, the php that I'm using to do this is already completed from another person. Currently everything works great, except once you ...
1
vote
5answers
48 views
Preg_match and substr together
I have a string that I need to test to see if the characters after the [0] character (the very first) are numbers or not.
So example :
C is [0]
I then need to check if the remaining characters are ...
0
votes
2answers
34 views
Is there any logic to validate whether a group of letters could be considered a phonetic word? [duplicate]
Basically, if I'm given a random jumble of letters, I need to check to see if this could phonetically be considered a word.
I'm not looking to validate against a dictionary list, since I don't really ...
0
votes
0answers
13 views
Validating part of the forum only if the correct radio button is selected
Let me give you guys a little background on what I am doing before I continue with what I need help with. My forum I am designing is an application that users fill out when replacing a curb, sidewalk, ...
0
votes
3answers
46 views
JQuery Validator - Success function not being called on valid submission
I am using JQuery validator from: http://bassistance.de/jquery-plugins/jquery-plugin-validation/
I have written the JQuery that I need which validates correctly however the last part of my submit ...
-1
votes
3answers
50 views
php regex or string check to make sure a variable contains specific characters
I need to make sure a variable that holds product id contains only specific characters.
For integer-only variables I'm using is_numeric to check.
But for a product id, the variable can contain only ...
1
vote
1answer
25 views
PHP Curl - Validate and Fetch .csv file efficiently. How?
I'm very weak in curl functions. I have a script which does hourly routines to update files among networked sites.
I have three concerns:
Efficiency
Accuracy
Security
Having tested it in some ...
0
votes
2answers
42 views
PHP confirmation email not working because of “\” in link
when sending a confirmation email the confirmation code looks like this http://mydomain.com\/confirmreg.php?code=3f76ab3a202e73fb0526cd2091c5b7ce (randomly generated) how do i remove the "\" before ...
-2
votes
0answers
37 views
Codeigniter dont recognize post value [closed]
I have a simple html form and some php that input the POST variables into a mysql database. However, I noticed that the form can't parse validation even if data exist.
Validation rules:
...
3
votes
1answer
42 views
Mysql and php fixes to replicate PDO security
I understand that using PDO makes SQL injections virtually impossible.
However, I don't have time at the moment to change all the database related code in our website. (Especially since I'm new at ...
0
votes
3answers
28 views
form is sending variables by get method
i got a form.
<form id="site-contact-form">
<div>
<div class="wrapper"><span>Ձեր անունը:</span>
...
1
vote
2answers
45 views
Multiple the same forms and POST method?
I have multiple instances of the same form (name / email / message fields) on one page. They all share one class ('.contact-form') and different (dynamically generated IDs).
I validate them using ...
0
votes
2answers
51 views
Form validates before submit
Just a quick one, i can't seem to spot and was hoping some one else could spot my mistake, i have a some string validation code written in PHP and the problem i am having is that the form seems to ...
-1
votes
1answer
21 views
Validation after submit not working?
i have some validation written out in PHP and i only want the fields to be validated if the submit button is hit so i added the:
if (isset($_POST['submit']))
line around my code but now it doesn't ...
0
votes
1answer
35 views
Unable to submit form, Just hit First Validation Error
When i submit my form i just hit my first validation error. No data ever posts.
I'm new to all this stackOverflow stuff and new to all the database scene. To get what I've got i used some TUT's and ...
2
votes
3answers
68 views
PHP Code Error. Can't find my logic mistake
Ok. So this is my code below. I'm trying to follow a tutorial on webtuts about validating email. But my sample is not working out. It is supposed to alert the user that it has entered an invalid ...
-1
votes
3answers
33 views
validating results from mysql database [closed]
I am trying to validate my results I get from an SQL query and to check if zero results are returned i am trying to echo an appropriate message. However i am struggling to do this any ideas i was ...
-3
votes
3answers
47 views
PHP confirm password along with regexp validation? [closed]
How to confirm password along with javascript regexp validation while submitting entire form.I have wrote individual javascript function to check regexp for both pass word and confirm password. than i ...
0
votes
2answers
52 views
Form validation with model but no table in cakePHP
I have a form that requires that all fields are filled in.
Upon submit, it should validate, before doing anything else. However, it submits even if there are some fields that were not filled in.
...
0
votes
1answer
34 views
PHP - Single checkbox validation - validates but even when checked, won't submit. [closed]
Im writing code for form validation in PHP, but i've got a problem with checkbox validation.
When going through the form, if you don't check the checkbox, it will give the correct error message.
...
1
vote
2answers
60 views
PHP: File Validation randomly works
I have a file-type validation that checks for image extensions.
However, when I try to upload files such as .exe or .mp3 and almost anything other than the allowed extension :
$allowed_ext = ...
-2
votes
3answers
48 views
how do validate html forms when i use $_SESSION over more pages?
I am trying to make a website were people can fill in a form to enter it in the database. I am using $_SESSION to save the info from one page to another. Without checking the field it enters ...
0
votes
2answers
154 views
Laravel 4 Validation
I use the following rules for validation on creating a new user:
protected $rules= [
'name' => 'required',
'email' => [
'required',
'unique:user',
'email'
...
2
votes
0answers
62 views
Group php scripts as processes and display message
I found a little bit of documentation here: http://php.net/manual/en/function.posix-setpgid.php http://www.php.net/manual/en/function.posix-getpgid.php
But I really am not sure how to do this. I ...
0
votes
0answers
37 views
Symfony2 callback validation on trait
I want to use callback validation on a trait. For example:
<?php
namespace Vendor\Bundle\Entity;
use Doctrine\ORM\Mapping as ORM;
use Symfony\Component\Validator\Constraints as Assert;
use ...
0
votes
3answers
118 views
In html posting a form with javascript and php validation.. one fault- return true or false goes into text box of form
The form works, except, the value of true or false, gets put into the 'messagetxt' and that is the message I receive through email. I found the easiest way to create a continual alert box for invalid ...
1
vote
1answer
48 views
Regular Expression PHP not validating correctly
I am trying to write a regex for my code, the regex is used to validate the phone number format, the first two digits should be either 01,04,05,06,07,08,09 followed by a dash (-) and followed by 6 ...
0
votes
2answers
57 views
Yii framwork creating and validating form input fields
I want to use HTML5 form inputs in my Yii project.
In the Yii framework, there are no functions to create type ='email' and type='tel' input fields like type='text'. There is a function to create ...
0
votes
2answers
59 views
JavaScript regex form validation failing
I made this random number guessing game using PHP, and I'm trying to implement client-side form validation using JavaScript. The script should allow only a number from 1-100 and reject everything else ...
0
votes
2answers
44 views
Basic form validation mechanism PHP
I'm trying to set up simple example for form validation, whether field is empty or not. If field is not empty action redirect me to page ok.php and if not back to formvalidation.php. and change css of ...
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
54 views
Laravel 3 Validation of a single input form
I am using spectacular Laravel Framework but i have a validation issue that i cannot solve in any way trying to validate a single email field.
My form input is:
{{ Form::email('email', ...
0
votes
2answers
61 views
Form validation by checkbox using php
<?
$val="";
if(isset($_POST['save']))
{
if(isset($_POST['color']))
{
$color=$_POST['color'];
foreach($color as $val)
{
echo $val."<br>";
...
0
votes
2answers
89 views
How to query two more input in laravel 3's validation?
For example, the user pass the userName, email to me, and I would like to have a custom validation for check the DB's user table have a column with the both userName equal and email equal and status ...
-3
votes
4answers
99 views
Writing to database? [closed]
I am trying to write some code that writes the entered data from a form to a table in a database only if there are no validation errors.
My current code isn't allowing me to write data into the ...
0
votes
2answers
78 views
Validation with Regular Expressions
I am setting up a payment page, I am a designer and not a developer. So I have been having some problems. The payment company gave me some direction, however they included validation using regular ...
-1
votes
2answers
56 views
PHP Form Validation on Server-side [closed]
I have a php form and i need 4 field data to be submitted.
Name
Email
Password
Mobile
Now i have to check if all the above data is available or not.
For debugging purpose i am use $_GET below
if ...
0
votes
1answer
33 views
php form validation using prerequisite
i am trying to validate some fields in my form. I am working with two fields, "address" and "state", initially the "address" and "state" field are not compulsory but if any value is entered into the ...
1
vote
2answers
88 views
Simple PHP Form Validation
I am very much a beginner at this kind of stuff, so please forgive me if this is a really stupid question, but I'm having trouble modifying my code, and I just need some guidance.
Anyways, I need to ...
0
votes
3answers
57 views
PHP string validation
I have been trying too use PHP to validate my form. The form asks users to enter details which will then get entered into a table in a database once the form has been validated. I have a first name ...
0
votes
2answers
90 views
return true for same page validation
I am having trouble with a same page AJAX/JavaScript/PHP Captcha validation code. The original code is from http://www.phpcaptcha.org. We are using a third party site to store all of our form data ...
0
votes
2answers
96 views
PHP form numeric validation
I have been trying too use PHP to validate my form. The form asks users to enter details which will then get entered into a table in a database once the form has been validated. I have a customer ID ...
1
vote
1answer
35 views
scenario validation rules showing null
model object is as
UserChangePassword Object
(
[oldPassword] =>
[password] =>
[verifyPassword] =>
[_errors:CModel:private] => Array
(
)
...
0
votes
1answer
18 views
PHPBB validate_data giving me a server error
I'm sure this will be a very simple issue to solve but I can't get my head around what's going wrong.
I have the following code when the form is submitted.
$error = array();
$data = array(
...
0
votes
2answers
36 views
Would this be sufficient validation of a product ID in php?
I'm working on a very small webshop with a very limited number of projects using codeigniter.
At the start of the script, the products model gets the entire list of products and stores the result as ...
-1
votes
0answers
25 views
Validation using jquery are not working here. I guess JQUERY files are getting conflicted. Any solution to this? [closed]
I have pasted code on this page...my code
1
vote
1answer
89 views
onkeypress Email Validation using ajax js and php
Preface: this will eventually expand to a signup sheet, but I am more concerned with getting one portion completed first.
Now you will not be able to connect to my server, but I do need help, or at ...
-6
votes
0answers
35 views
Time and Date validation [closed]
I need a java script validation for date and time using the html 5 date and time as the input type.
there are three conditions
1) the date of birth should be between the age of 20 and 60
2) another ...


