Jump to content

cangrejero

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

cangrejero's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thanks to everyone. Every piece of advice was welcomed!
  2. My script reads: How can I insert a link to a new page BEFORE the "else" statement. Any guidance appreciated. Thanks!!
  3. cangrejero

    regex

    OK ... here's the deal. The attached file contains scripts for a login system posted by "jpmaster77" in another forum. It works OK except that it doesn't allow for usernames and email addresses with hyphens "-". I tried to implement obsidian's suggestions above but it keeps giving me an error. I pray that I am not out-of-line by uploading the file to see if someone can look it over and advise what I need to do to allow for hyphnes in the above intances. Any guidance is appreciated. Thanks!! [attachment deleted by admin]
  4. cangrejero

    regex

    My thanks to PHP_PhREEEk and obsidian. Hope I can learn enough to return the favor one day. Thanks!!!
  5. cangrejero

    regex

    I apologize if this is not the correct forum. Have truly looked elsewhere to no avail. Hope you can help! I need to use regex to validate "email addresses" and "usernames". The "email address" format we use is: "some characters/numbers" followed by "." followed by "some more characters/numbers" followed by "@" followed by "webbong.com". The "characters/numbers" portions must allow for "_" and "-" and the "webbong.com" is mandatory; no other domains will be allowed. The "usernames" format we use is a single word that could contain "characters/numbers", "_" and "-". I've tried to work this out to no avail and feel that I have looked at the issue for so long that I am missing the obvious. I will appreciate any guidance that any of the members provides. Thanks!!!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.