The error can be seen in the title. "undefined index" I am wondering the reason for these errors as it was working in school but at home it doesn't... Sorry im pretty new to this ive looked and was hoping for an explanation/solution in plain terms if you can please! Many thanks!
(in 1 document)
$id=$_POST['id'];
$a_name=$_POST['a_name'];
$a_email=$_POST['a_email'];
$a_answer=$_POST['a_answer'];
(in another document)
$id=$_GET['id'];
If you need any more information please ask i can post more code and data base stuff if needed!