Dude,

As far as my first email is concerned im a newbie, so please bear w/ me if
you want to.


--
Louie

-----Original Message-----
From: Leif K-Brooks [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 30, 2003 1:32 PM
To: Miranda, Joel Louie M
Cc: 'Tom Rogers'; '[EMAIL PROTECTED]'
Subject: Re: [PHP] Passing form value into another form value?


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

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

Reply via email to