Jump to content

nakash

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

nakash's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Oh.. nonono lol. I forgot to mention that I need those to be scripted in PHP.
  2. Sorry for doubleposting, but I couldn't edit this message. My second question is how do I do change a field of someone using his ID? ('id') I know it's something with UPDATE ;p
  3. Hey there, I'm new to MYSQL and PHP and I'd like to ask a few questions; I have a database with 3 users and I want to check if that person is an administrator, I've already created the field 'Admin' in the database, but I don't know how to check it in the file. I'm using a login system and it saves the session of his ID and the name. $member = mysql_fetch_assoc($result); $_SESSION['SESS_MEMBER_ID'] = $member['id']; $_SESSION['SESS_FIRST_NAME'] = $member['Name']; Is there a way to check if that specific person is an admin? Thanks in advance.
×
×
  • 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.