You need to do a select query..
select * from table_name where column1="value1" and column2="value2" ...
The answers to these sort of questions are in php/mysql tutorials all over the internet.
thanks but what im trying to do is like if the thing someone put in a form is already in the Table.
so what would it be like?
i was thinking it would be like this
elseif VALUES ('$_POST[Username]'==$_POST[Username])? this is just a guess.
Reputation Points: 10
Solved Threads: 1
Junior Poster in Training
Offline 52 posts
since Dec 2007