Jump to content

d-fraz

Members
  • Posts

    12
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

d-fraz's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Here is something else but it always shows "IP"; even when I'm logged out. <?php if ($groupname == "$admin" ) { echo "IP"; }else { echo "None"; } ?>
  2. Nope. Always shows "none" if you put the variable on admin ($admin) it will always show IP Address. I want it where if you're an admin it will show Ip Address, Else if you're a user,guest,moderator it will show none.
  3. Hey. I'm having troubles with this admin session. <?php if ($_SESSION['admin'] == "$admin" ) { echo "IP Address"; }else echo "none"; ?> But even when I'm logged out it will show "Ip Address" when it should show "none" Anyone know the problem? Thanks
  4. Any help is GREATLY appreciated.
  5. Soo does anyone know?
  6. No, Lets forget about row['id']; That's what's wrong. I don't know what to use but maybe you know. I want it when you click the image, it should link you to: newthread.php?question_id=(WhateverID) Now I don't know how you can get that ID when you're linking with a picture. If you know please write it or something.. Thanks a lot
  7. <a href="/forum/viewthreads.php?question_id="><img src="images/newthread.jpg" alt="newthread" width="100" height="35" border="0" /></a></a></td> I want that to link to whatever ID it is. EGZAMPLE@@@! This board ID is 9, So the image link should be: newthread.php?question_id=9 But all boards are not ID 9. I want it to be whatever ID it is. The same thing as: echo '<a href="/forum/viewthreads.php?question_id=' . $row['id'] . '">'.$row['name'].'</a>'; But this is an image link.
  8. You register, You become admin, You help me pick a theme that looks good, Wanna?
  9. I have a website and I would like some people to join, It's alot about scripts such as, php, perl, html .etc And we also have our own advertising section, And you can request to be a moderator to. and alot more. So if you would please join, http://www.frazier.co.nr/forum Thanks alot! PS. I;m on mine right 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.