next page is causing problems now... if i use the statements following i get a a sql error.
What is the sql error you are receiving?
Also, what do you get if you do this? Does it give you the correct ID number here?
$id = $_GET['$id'];
echo $id;
You may need to remove the <body> tag to show this...
Lastly, your query should look like this:
$sql = "SELECT * FROM brothers WHERE id='$id'";
so make sure it is setup this way.
Give me some feedback, and I will see what I can do to help out. The most important thing is telling us what the sql error is though. That may be the key to everything.