> Jason Wong wrote:
>
>> On Friday 24 December 2004 12:02, [EMAIL PROTECTED] wrote:
>> > The result of $_POST['vars'] is blank !
>>
>> And this was the result of using the form that you originally had or the
>> corrected form that Matthew suggested? If you want the form values to be
>> available in $_POST then you need to specify method="POST" in your form.
>> May
>> I suggest that you get a better understanding of HTML before attempting
>> to
>> use PHP?
>
> $_POST['var'] or $_GET['var'] which I also ever tried...
> But at this time, I'm vary hard to found out what happen !
>
> Edward.

That doesn't even answer his questions.

First, HTML forms:

http://www.w3.org/TR/REC-html40/interact/forms.html

particually

http://www.w3.org/TR/REC-html40/interact/forms.html#adef-action

-- 
--Matthew Sims
--<http://killermookie.org>

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

Reply via email to