Re: [PHP] processing post requests

2003-09-21 Thread andu
On Sun, 21 Sep 2003 08:00:56 -0700
Vadim Bendebury <[EMAIL PROTECTED]> wrote:

> Andu,
> 
> thank you and James Johnson, who sent me an email, so much.

Don't mention it.

> 
> You guys are gentlmen and scholars, as opposed to some others who would 
> lecture you wasting your (and their own!) time, stating the obvious, 
> saying nothing of value, but enjoying their litte egos.

Don't expect things to change soon though.

> 
> thanks again,
> /vb
> 
> Andu wrote:
> > On Sat, 20 Sep 2003 17:28:45 -0700
> > Vadim Bendebury <[EMAIL PROTECTED]> wrote:
> > 
> > 
> >>The web page has a form with a following element in it:
> >>
> >>
> >>   no preference
> >>   Paris
> >>   London
> >>   Madrid
> >>
> > 
> > 
> >  
> >no preference
> >Paris
> > London
> > Madrid
> >  
> > 
> >>The intention is to be able to pick multiple cities. However, when the 
> >>request arrives on the server, the $_POST array includes just the one 
> >>last pick, no matter how many options are highligted when the "submit" 
> >>button is hit.
> >>
> >>What's the deal - is the an HTML code problem or PHP problem? Is it at 
> >>all possible to have multiple choices derived from this kind of form 
> >>element?
> >>
> >>Thanks in advance!
> >>
> >>-- 
> >>PHP General Mailing List (http://www.php.net/)
> >>To unsubscribe, visit: http://www.php.net/unsub.php
> >>
> >>
> >>
> > 
> > 
> > 
> > 
> > Regards, Andu Novac
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 
> 



Regards, Andu Novac

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



Re: [PHP] processing post requests

2003-09-21 Thread Curt Zirzow
* Thus wrote Vadim Bendebury ([EMAIL PROTECTED]):
> Andu,
> 
> thank you and James Johnson, who sent me an email, so much.
> 
> You guys are gentlmen and scholars, as opposed to some others who would 
> lecture you wasting your (and their own!) time, stating the obvious, 
> saying nothing of value, but enjoying their litte egos.
> 

ok. first you publicly *attempt* to bash Jason, then send try to
look good by sending a apology message to the group (for sending a
flame to the list instead of personally)  Now with what you just
said I have come to believe that your original post was
intentional.

You're extended comments are unwelcomed here.

Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

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



Re: [PHP] processing post requests

2003-09-21 Thread John Nichel
VB wrote:
Dan Anderson wrote:

do you feel good being a moron?
  


Do you feel good being a rude ass?   

no, I don't, and I regret sending it to the list.

But I sure do think that replying with an RTFM is not a good thing to do.
You're right...it's something we shouldn't have to do to something as 
trivial as this.  Manual aside, this has been discussed MANY times, and 
a search of the archives would have given you your answer.  So 
basically, if people would take a little initiative, spend five minutes 
looking for the answer to their problem, no-one here would have to say RTFM.

Indeed, why wouldn't you guys just mention that the brackets are 
required when naming the  box. Let it even be sent along with 
your lecturing.

He was offering you help.  At least say thank you.
 

give me a break, man, saying 'read the manual' is not offering help.
You're confusing help with hand-out.

/vb

You're missing a point clearly outlined in the manual.

-Dan
--
By-Tor.com
It's all about the Rush
http://www.by-tor.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] processing post requests

2003-09-21 Thread Vadim Bendebury
Andu,

thank you and James Johnson, who sent me an email, so much.

You guys are gentlmen and scholars, as opposed to some others who would 
lecture you wasting your (and their own!) time, stating the obvious, 
saying nothing of value, but enjoying their litte egos.

thanks again,
/vb
Andu wrote:
On Sat, 20 Sep 2003 17:28:45 -0700
Vadim Bendebury <[EMAIL PROTECTED]> wrote:

The web page has a form with a following element in it:


  no preference
  Paris
  London
  Madrid



 
   no preference
   Paris
London
Madrid
 
The intention is to be able to pick multiple cities. However, when the 
request arrives on the server, the $_POST array includes just the one 
last pick, no matter how many options are highligted when the "submit" 
button is hit.

What's the deal - is the an HTML code problem or PHP problem? Is it at 
all possible to have multiple choices derived from this kind of form 
element?

Thanks in advance!

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





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


Re: [PHP] processing post requests

2003-09-20 Thread andu
On Sat, 20 Sep 2003 17:28:45 -0700
Vadim Bendebury <[EMAIL PROTECTED]> wrote:

> The web page has a form with a following element in it:
> 
> 
>no preference
>Paris
>London
>Madrid
> 

 
   no preference
   Paris
London
Madrid
 

> 
> The intention is to be able to pick multiple cities. However, when the 
> request arrives on the server, the $_POST array includes just the one 
> last pick, no matter how many options are highligted when the "submit" 
> button is hit.
> 
> What's the deal - is the an HTML code problem or PHP problem? Is it at 
> all possible to have multiple choices derived from this kind of form 
> element?
> 
> Thanks in advance!
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 
> 



Regards, Andu Novac

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



Re: [PHP] processing post requests

2003-09-20 Thread John Nichel
Jason Wong wrote:

> On Sunday 21 September 2003 09:01, Vadim Bendebury wrote:
> 
>>Sory, Jason, what particular manual you are talking about? Does it have
>>a chapter titled "PHP and HTNL"?
> 
> 
> The php manual?
> 
> 
>>The manuals I have do not answer my question and do not have such a
>>chapter. If there is an online manual you are referring to, the URL
>>would be most useful in this situation.
> 
> 
> The php website?
>

And pay close attention to naming conventions of multiple select form
elements, such as checkboxes, and multi-select boxes.

-- 
By-Tor.com
It's all about the Rush
http://www.by-tor.com

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



Re: [PHP] processing post requests

2003-09-20 Thread John Nichel
So he tells you where to find the answer, and he's a moron?  Do you
expect him (us) to hold your hand, and write code for you?

Vadim Bendebury wrote:

> Jason Wong wrote:
> 
>>
>>
>>manual > PHP and HTML
>>
> 
> 
> do you feel good being a moron?
> 

-- 
By-Tor.com
It's all about the Rush
http://www.by-tor.com

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



Re: [PHP] processing post requests

2003-09-20 Thread Jason Wong
On Sunday 21 September 2003 09:01, Vadim Bendebury wrote:
> Sory, Jason, what particular manual you are talking about? Does it have
> a chapter titled "PHP and HTNL"?

The php manual?

> The manuals I have do not answer my question and do not have such a
> chapter. If there is an online manual you are referring to, the URL
> would be most useful in this situation.

The php website?

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
/*
Complex system:
One with real problems and imaginary profits.
*/

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



Re: [PHP] processing post requests

2003-09-20 Thread Vadim Bendebury
Sory, Jason, what particular manual you are talking about? Does it have
a chapter titled "PHP and HTNL"?

The manuals I have do not answer my question and do not have such a
chapter. If there is an online manual you are referring to, the URL
would be most useful in this situation.

thank you for your willingness to help anyway.


Jason Wong wrote:
> On Sunday 21 September 2003 08:47, Vadim Bendebury wrote:
> 
> 
>>>manual > PHP and HTML
>>
>>do you feel good being a moron?
> 
> 
> Is that how you feel about people who help you? 
> 
> Did you read that chapter of the manual indicated above? 
> 
> Did it not answer your question?
> 

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



Re: [PHP] processing post requests

2003-09-20 Thread Jason Wong
On Sunday 21 September 2003 08:47, Vadim Bendebury wrote:

> > manual > PHP and HTML
>
> do you feel good being a moron?

Is that how you feel about people who help you? 

Did you read that chapter of the manual indicated above? 

Did it not answer your question?

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
/*
My friend has a baby.  I'm writing down all the noises he makes so
later I can ask him what he meant.
-- Steven Wright
*/

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



Re: [PHP] processing post requests

2003-09-20 Thread Vadim Bendebury
Vadim Bendebury wrote:
> Jason Wong wrote:
> 
>>
>>
>>manual > PHP and HTML
>>
> 
> 
> do you feel good being a moron?

Sorry, I did not mean to post this on the group, it was meant to be a
private email.

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



Re: [PHP] processing post requests

2003-09-20 Thread Vadim Bendebury
Jason Wong wrote:
> 
> 
> 
> manual > PHP and HTML
> 

do you feel good being a moron?

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



Re: [PHP] processing post requests

2003-09-20 Thread Jason Wong
On Sunday 21 September 2003 08:28, Vadim Bendebury wrote:
> The web page has a form with a following element in it:
>
> 
>no preference
>Paris
>London
>Madrid
> 
>
> The intention is to be able to pick multiple cities. However, when the
> request arrives on the server, the $_POST array includes just the one
> last pick, no matter how many options are highligted when the "submit"
> button is hit.
>
> What's the deal - is the an HTML code problem or PHP problem? Is it at
> all possible to have multiple choices derived from this kind of form
> element?

manual > PHP and HTML

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
/*
If both the monitor and the planter are going to breakdown, they will do so 
simultaneously. 
-- Deere's Dictums n3
*/

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