Jump to content

Trouble with a query


fallenangel1983

Recommended Posts

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

Link to comment
https://forums.phpfreaks.com/topic/97156-trouble-with-a-query/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.