I'm having trouble wit a code, i'm quite sure is wrong, what I want is a code that will show the current user, eg Hello Chris. ANyway whats wrong with mine, or whats right, lol. please help 🙂
<?php mysql_query("SELECT username FROM users"); echo ($_POST['username']); ?>