I have a file with a table with movie titles. When I wish to edit I click on a link which is represented in this following code:
<a href="edit.php?autoid='.$row['autoid'].'">
edit</a>
This redirects me to an edit file where I can change the name, year and category. After updating it says title updated but with the following error:
Notice: Undefined index: autoid in C:\wamp\www\edit.php on line 37
When I go back to the main page the title is never updated?
Can someone help me please?
I'll attach my file, so that anyone can see what I'm talking about...
Thanks in advance!