PHP Form Validator 1.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News PHP Form Validator 1.0 (Default branch)
# 1  
Old 08-28-2008
PHP Form Validator 1.0 (Default branch)

ImagePHP Form Validator is a simple, generic formvalidation script for use in PHP form processors.It contains a set of commonly required formvalidations. Using this script, it is quick andeasy to add form validations to your PHP formprocessor. It can save you from repetitive codingof common form validations. Documentation and codesamples are included.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Web Development

Php help to copy form field if empty

I have an input form with several fields. What I would like to achieve is to auto populate or copy certain fields if they are empty when the form is submitted. I would like to use php if not then javascript but not jquery if possible - I have sort of had a go but I really have no idea... (4 Replies)
Discussion started by: barrydocks
4 Replies

2. Web Development

Attachement Form Mail in php

Dear Sir, I have used a php form mail code in a website. The problem I am facing is: the text in mail body is getting injected to a configured yahoo mail ID, but no attachement file. I need the attachement to go to the configured yahoo mail ID. The code I have used : <?php ... (1 Reply)
Discussion started by: swapan
1 Replies

3. Shell Programming and Scripting

Form validation in PHP

My form validation script looks like this of the form like this.... <html> <form method="POST" action=""> <table > <tr> <td >Name:</td> <td ><input type="text" name="name" size="30%"></td> </tr> <tr> <td >Phone:</td> <td ><input type="text" name="phone" size="30%"></td> </tr>... (0 Replies)
Discussion started by: gameboy87
0 Replies

4. Shell Programming and Scripting

PHP Help with Form Submit

Hi, I have a custom HTML form that has a couple radio buttons and a text field that requires a number. I'm not a php programmer and could use some help with putting together php code to calculate a total based on the radio button selection and the text field number. ... (3 Replies)
Discussion started by: nck
3 Replies
Login or Register to Ask a Question
NEWT_FORM_RUN(3)							 1							  NEWT_FORM_RUN(3)

newt_form_run - Runs a form

SYNOPSIS
void newt_form_run (resource $form, array &$exit_struct) DESCRIPTION
This function runs the form passed to it. PARAMETERS
o $form - Form component o $exit_struct - Array, used for returning information after running the form component. Keys and values are described in the following table: Form Exit Structure +----------+--------------------------------------+---+ |Index Key | | | | | | | | | Value Type | | | | | | | | Description | | | | | | +----------+--------------------------------------+---+ | reason | | | | | | | | | integer | | | | | | | | The reason, why the form has been | | | | exited. Possible values are defined | | | | here. | | | | | | | watch | | | | | | | | | resource | | | | | | | | Resource link, specified in | | | | newt_form_watch_fd(3) | | | | | | | key | | | | | | | | | integer | | | | | | | | Hotkey | | | | | | |component | | | | | | | | | resource | | | | | | | | Component, which caused the form to | | | | exit | | | | | | +----------+--------------------------------------+---+ RETURN VALUES
No value is returned. SEE ALSO
newt_run_form(3). PHP Documentation Group NEWT_FORM_RUN(3)