Alexej Kubarev
New member
your form is using URL variables to pass data.. check the address bar after hiting submit: it should be something like this:
http://www.server.com/text.php?Author=Something
if not: data is not being submited..try chaning to method="post" and using $_POST['Author']
http://www.server.com/text.php?Author=Something
if not: data is not being submited..try chaning to method="post" and using $_POST['Author']