fallenangel1983 Posted March 20, 2008 Share Posted March 20, 2008 I have a table with 8 columns named: eventID username eventDesc softHard department solved solID date in my php page i have a button to run a query. when a username is enterd on the php page it is remembered. i now want to select all from the above table where the username is equal to the username in the table This query does not seem to work but i dont know why: Select * FROM events WHERE username = '$username' I know this is a fairly simple query but im new to sql and am having some trouble with finding the information on the tutorials. would appreciate any help. cheers Quote Link to comment Share on other sites More sharing options...
aztec Posted March 20, 2008 Share Posted March 20, 2008 Hi Check that $username hold the data you think it should by printing it to the screen. Regards Quote Link to comment Share on other sites More sharing options...
fallenangel1983 Posted March 20, 2008 Author Share Posted March 20, 2008 hey, thanks for the reply. I checked it out and yes it holds the value. but the original php variable started with an uppercase. im a fool. sorry for that but cheers anyway Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.