HI,
I have table called clients and one of the fields within it is called clientStatus. What i am trying to create is a drop down menu where i can select a status (there are 5) and it will display all client with that status in a table displaying then clientName, startDate, expireyDate and totalContract
the code i have is below and thanks for the help.
?php
$dbconnection = mysql_connect(); etc
?>