Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-28-2011, 03:11 AM   PM User | #1
wojo1086
Regular Coder

 
Join Date: Mar 2010
Location: Orlando, FL
Posts: 153
Thanks: 2
Thanked 8 Times in 8 Posts
wojo1086 is an unknown quantity at this point
Question PHP form validation

I have a form on my website that takes what a user inputs and queries MySQL. Is it best to have the form validation on another page of my site, where I would need to use $_POST to get the inputted info? Or should I be using a function on the same page as the form itself? Or a function on another page? I just want to the best/safest/fastest way this should be done.
wojo1086 is offline   Reply With Quote
Old 06-28-2011, 03:20 AM   PM User | #2
jerlando
New to the CF scene

 
Join Date: Jun 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
jerlando is an unknown quantity at this point
Hi,

For the best/safest/fastest way validating you form you can use javascript on the same page. This will reduce error when you submitting data to insert to your database.

There are plenty of javascript validation codes around the net. You can search it.
jerlando is offline   Reply With Quote
Old 06-28-2011, 04:10 AM   PM User | #3
wojo1086
Regular Coder

 
Join Date: Mar 2010
Location: Orlando, FL
Posts: 153
Thanks: 2
Thanked 8 Times in 8 Posts
wojo1086 is an unknown quantity at this point
Yeah, but not all browsers have javascript enabled for some reason or another. You should always have a back up for when the user has javascript turned off.
wojo1086 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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 On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:10 AM.


Advertisement
Log in to turn off these ads.