Jump to content

pipeten

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

pipeten's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. try running the output through htmlentities, it's probably from a dodgy character set (or copy/paste from word).
  2. That's fine. You can do it that way but it doesn't allow for much expansion (depending upon future requirements). I'd consider storing permissions in a seperate table. If your using sessions obviously don't retain the password there too.
  3. [code]switch($_GET['id']) {   case 1:     // do stuff   break;   case 2:   case 4:     // do stuff   break;   default:     // do stuff   break; }[/code]
×
×
  • 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.