> <form action="savemail.php" method="GET" target="main">
...
...
...
>       $query = "insert into email values ('" . $_REQUEST['mailaddress']


Use $_GET or $_POST, according to the method used...

$_GET['mailaddress']



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to