Just check id with session id at the time of starting the page.
suppose $a id your id;
$a=$_SESSION['Memberid'];
if($a!=$Memberid)
{
header("Location: index.php");
}
else
{
// Your following code
}
newbie1234
Junior Poster in Training
74 posts since Feb 2012
Reputation Points: 8
Solved Threads: 0
Skill Endorsements: 0
You have a mismatch between $_GET['recordID'] and index.php?RecordID=. Make sure they are identical.
pritaeas
Posting Prodigy
9,293 posts since Jul 2006
Reputation Points: 1,178
Solved Threads: 1,462
Skill Endorsements: 86