When you try to get the value from another page, you MUST use $_GET['Author'] if the form method is GET and $_POST['Author'] if the method is POST.
Otherwise you must turn register_globals on, and that is considered bad.
Please read the PHP FAQ before asking such questions.
Thanks,
-Snib -
http://www.snibworks.com
Where will you be in 100 years?