Hi, I’m pretty new at this at this and need some advice…
I currently display a table with a “Case Number” and “Name”
What I want to do is be able to select a row from the table and display in a new page all the related details in the database for that case number eg Name, DOB, Address, Status…
This is what I have so far :
<?php include 'config.php'; include 'opendb.php'; $result = mysql_query("SELECT * FROM cases"); echo "
Case Number | Surnamename |
---|---|
" . $row['ID'] . " | "; echo "" . $row['Fname'] . " | "; echo "