Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. slimjimscot

    How to validate a name that consists of both first and surname?

    HI, I am trying to find a regular expression that will validate a name entered in a form that consists of both a first name and a surname. In Larry Ullman's book he has an example for validating a first name: eregi ("^([[:alpha:]]|-|')+$", $name) But this doesn't work for me - I...
  2. slimjimscot

    How to open database with Perl CGI securely?

    Hi, I'm writing a Perl CGI script to send a newsletter to e-mail addresses stored in a MySQL database. I have my script stored in a cgi-bin directory and I have a web form that I write a message into and it POSTs the results to the cgi. I can access the MySQL database ok using the DBI...

Part and Inventory Search

Back
Top