Jump to content

toplancers

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

toplancers's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. [quote]2) I need the other radio button to get unchecked if you check one but that doesnt do itself. [/quote] if those buttons are placed in a single form, then no problem. can you show me some codes? http://TopLancers.com Professionals and Freelancers, Create your profile! http://TopLancers.com/forum Join in our forum today!
  2. $regex = '^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]{2,})+$';       if (eregi($regex, $email))   {   $key = 1;   }       else   {   echo("Please enter a valid Email address!");   } http://TopLancers.com Professionals and Freelancers create your profile today! http://TopLancers.com/forum Join today!
  3. try to use { and } even its a single line loop... Thank you, http://TopLancers.com Create your profile Today! http://TopLancers.com/forum join now
×
×
  • 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.