Forum Moderators: coopster & phranque

Message Too Old, No Replies

Checking for valid data

Checking for valid data

         

im_here

2:16 am on Sep 13, 2004 (gmt 0)

10+ Year Member



I've written a program in perl for somebody to set up an account. I want to check the data in perl for a valid account name and a valid email address.

How would I do this?

lexipixel

9:19 am on Sep 13, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



You don't say what type of "account" it is.

Does the account give the user privledges like creating directories, web pages, have access to backend functionality, OR is this access to use a program? (ie- "You must register before being able to post" or "You must register to view wholesale catalog").

cyberws

9:14 pm on Sep 13, 2004 (gmt 0)

10+ Year Member



Also is this script checking against a SQL style DB or a flatfile like CSV.