Current location: Hot Scripts Forums » Programming Languages » PHP » Form Validation


Form Validation

Reply
  #1 (permalink)  
Old 10-27-03, 03:38 AM
Henry's Avatar
Henry Henry is offline
Wannabe Coder
 
Join Date: Jul 2003
Location: Brisbane, Australia
Posts: 218
Thanks: 0
Thanked 0 Times in 0 Posts
Form Validation

hello

I have two basic requests/questions.

1. Where can i find a simple form validation script that will not allow users to type certain words into a form and if they do are redirected to another page or are prompted by an alert box ( i know this can be done in javascript but i would prefer php).

2. Where can i find a simple script that will set a limit to how many characters/words a person can type into a form and as they type each character/word there will be a little text message below saying:

Characters Left: 200

Again these can be done in javascript but i would prefer php. If the answer to this is blatently obvious then i am sorry for stupidness
__________________
henerz
Reply With Quote
  #2 (permalink)  
Old 10-27-03, 04:18 AM
Stefan's Avatar
Stefan Stefan is offline
Junior Code Guru
 
Join Date: Jun 2003
Location: Utrecht, The Netherlands
Posts: 599
Thanks: 0
Thanked 0 Times in 0 Posts
the 2nd can not be done in php as php is a serverside language and what you want requires something to run on the client side. so javascript is necessary here.

as for the first, check the form validation categories on hotscripts.
Reply With Quote
  #3 (permalink)  
Old 10-27-03, 01:58 PM
tega tega is offline
New Member
 
Join Date: Sep 2003
Location: Austin
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
You could use maxlength="200" that will not let them type more than 200 characters in the textarea.
Reply With Quote
  #4 (permalink)  
Old 10-27-03, 06:14 PM
minghoo minghoo is offline
New Member
 
Join Date: Oct 2003
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
SQL database registration form help vinhkhuong PHP 3 10-10-03 03:49 AM
asp: URGENT! need to change code to create new form per id seala ASP 2 09-09-03 09:54 PM
asp: checkboxes & multi-page form seala ASP 0 09-02-03 01:58 PM
close form sasi ASP 4 08-26-03 03:51 AM
Need Bravenet Alternative... bobby444 General HotScripts Site Discussion 10 07-17-03 09:36 PM


All times are GMT -5. The time now is 07:17 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.