Jump to content

R1der

Members
  • Posts

    104
  • Joined

  • Last visited

    Never

Posts posted by R1der

  1. [!--quoteo(post=350230:date=Feb 28 2006, 10:09 AM:name=komquat)--][div class=\'quotetop\']QUOTE(komquat @ Feb 28 2006, 10:09 AM) [snapback]350230[/snapback][/div][div class=\'quotemain\'][!--quotec--]
    Try posting more code, it must be something before that line.
    [/quote]


    this is the whole of my code in this file

    [code]<?php
    session_start();

    if (!isset($_SESSION['image_is_logged_in']) || $_SESSION['image_is_logged_in'] !== true) {
        // not logged in, move to login page
        header('Location: login.php');
        exit;
    }
    ?>
    <html>
    <head>
    <title>Lost City Home</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>

    <body>
    <p> </p>
    <p><b>Name:<? echo $userid; ?><br>
    Money:<? echo $money ?><br>
    Energy:<? echo $energy ?><br>
    <br>
    Main</b></p>
    <p><a href="index.php">Home</a> </p>
    <p><a href="items.php">Items</a> </p>
    <p><a href="mail.php">Mailbox</a> </p>
    <p><a href="town.php">Town</a> </p>
    <p><a href="news.php">Newspaper</a> </p>
    <p><a href="forum.php">Forums</a> </p>
    <p><a href="chat.php">Chat</a> </p>
    <br>
    <b>Preferences<br>
    <br>
    <p><a href="account.php">My Account</a> <br>
    <p><a href="help.php">Help Guide</a> <br>
    <p><a href="logout.php">Logout</a> <br>
    </b> </p>
    </body>
    </html>[/code]
  2. [!--quoteo(post=350225:date=Feb 28 2006, 10:00 AM:name=komquat)--][div class=\'quotetop\']QUOTE(komquat @ Feb 28 2006, 10:00 AM) [snapback]350225[/snapback][/div][div class=\'quotemain\'][!--quotec--]
    Put a ';' after the variable

    [code]name:<? echo $userid; ?>[/code]
    [/quote]

    thanks for the speedy reply but that didnt solve the problem it still dont display the userid :(
  3. Basicly when the user logs in i want it to display info from ther database to them i.e username , level , money. but when i do the cod eit wont work. this is the code i use to try and display then

    [code]name:<? echo $userid ?>[/code]

    can anyone help me with this little problem?

    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.