Page 5 of 5 FirstFirst ... 345
Results 41 to 42 of 42

Thread: Php login/registration error

  1. #41
    Join Date
    Mar 2007
    Location
    New York, NY
    Posts
    557
    Thanks
    8
    Thanked 66 Times in 66 Posts

    Default

    Try changing that line to this:
    PHP Code:
    if($_POST[shade] == 'Backstage' || $_POST[shade] == 'Both') { 
    Because Backstage is the value of the radio button, not Backstageworker as it was in the code.
    - Josh

  2. #42
    Join Date
    Mar 2011
    Posts
    2,145
    Thanks
    59
    Thanked 116 Times in 113 Posts
    Blog Entries
    4

    Default

    Yep, it's working now. Thanks JShor!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •