Miranda, Joel Louie M wrote:
This is what I have made, im not sure if its correct.
---
<form action"" method="GET" name="">
enter name: <input type="text" name="name"><br>
enter email: <input type="text" name="email">
<?php
$value_name = $_post['name']
$value_email = $_post['email']
?>
<br><br>
<input type="submit" value="Collect Data">
</form>
---
Believe it or not, creating a variable called $value_* isn't going to
magically set an input box's value. Did you even read the example?!
--
The above message is encrypted with double rot13 encoding. Any unauthorized attempt
to decrypt it will be prosecuted to the full extent of the law.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php