SELECT * FROM users WHERE username = $_POST[usermame]
and it woudlnt work it told me a invalid sql resource was used in mysql_fetch_array and so I ran mysql_error() to find that the sql statement was treating 'username' there as the variable $username which contains the username of the person currently logged in via array I set earlier.. I dont have acsses to set Globals off which should fix the problem.
so I was wondering if anyone else had a solution
i orginaly thought icould set $username =NUll but this cuases all sorts of problems elsewhere