I have trouble with some code i try to use, i try to create a registry, but i keep getting the error: "Notice: Undefined index: "tablename" in c:\wamp\www*****.php on line 28" where the stars are name of the page and the .php file i use to generate the page. The code on line 28 is: 28: <option><?php echo $line['****']; ?></option> (stars are still tablename)
$line['****'] isn't defined, ie; it has no value, it hasn't be set. define it, & you will solve your problem.
if you provide more info, like where you are generating $line['****'] from, I/we could help you further.
problem solved, i had missed a capital letter in the code