I am a beginner to PHP and mySQL. Currently I am using PHP 3. I have a security problem. I have basically send some vars from page to page with form posts and write to a couple of different tables throughout the process. My problem is this. I have on page where a user adds/deletes records from a small answers table. I insert and delete where id = $id
If someone types in mypage?id=LH1001
they see the current selects for LH1001 and have the ability to delete records...how can I secure this process?
Thanks.