Printable View
To this $username = addslashes($_SESSION['username']); Quote: Originally Posted by Delatory Remove print_r($row); exit(); and replace $_POST['username'] to $_SESSION['username'] on line 4
Okay thanks!!!! It finnaly works :)