Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11
    Join Date
    Aug 2009
    Location
    UK
    Posts
    274
    Tokens
    719

    Default

    To this

    $username = addslashes($_SESSION['username']);

    Quote Originally Posted by Delatory View Post
    Remove
    print_r($row);
    exit();

    and replace $_POST['username'] to $_SESSION['username'] on line 4

  2. #12
    Join Date
    Aug 2009
    Location
    UK
    Posts
    274
    Tokens
    719

    Default

    Okay thanks!!!!

    It finnaly works
    Last edited by KyleSmith; 09-02-2010 at 08:25 PM.

Page 2 of 2 FirstFirst 12

Posting Permissions

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