RE: [PHP] How to submit form via PHP

2008-09-30 Thread Richard Lynch
> From: Waynn Lue [mailto:[EMAIL PROTECTED] > Sent: Monday, September 29, 2008 7:34 PM > To: Lupus Michaelis; php-general@lists.php.net > Subject: Re: [PHP] How to submit form via PHP > > Hm, it specifies base though. Does that mean the full query string > won't be guara

Re: [PHP] How to submit form via PHP

2008-09-29 Thread Waynn Lue
Hm, it specifies base though. Does that mean the full query string won't be guaranteed to be passed along? On 9/29/08, Lupus Michaelis <[EMAIL PROTECTED]> wrote: > Ashley Sheridan a écrit : > >From the link you gave, we stick on > , so it ref

RE: [PHP] How to submit form via PHP

2008-09-29 Thread Richard Lynch
I can't speak to cell phones, but it works on all "normal" browsers I've ever seen... From: Nisse Engström [EMAIL PROTECTED] Sent: Monday, September 29, 2008 6:11 PM To: php-general@lists.php.net Subject: Re: [PHP] How to submit form

Re: [PHP] How to submit form via PHP

2008-09-29 Thread Shawn McKenzie
Lupus Michaelis wrote: > Ashley Sheridan a écrit : > > From the link you gave, we stick on > , so it references an > IETF RFC that describes what is an > URI. > > The fourth section describes how we have t

Re: [PHP] How to submit form via PHP

2008-09-29 Thread Nisse Engström
On Mon, 29 Sep 2008 11:33:41 -0500, Richard Lynch wrote: > Actually, I believe action="" submitting to the same URL is *documented* HTTP > spec behavior. > > I welcome correction/confirmation if somebody wants to wade through the docs > again... HTML 4.01 says: action = uri [CT] This

Re: [PHP] How to submit form via PHP

2008-09-29 Thread Lupus Michaelis
Ashley Sheridan a écrit : From the link you gave, we stick on , so it references an IETF RFC that describes what is an URI. The fourth section describes how we have to determine the resolution of an

Re: [PHP] How to submit form via PHP

2008-09-29 Thread Ashley Sheridan
On Mon, 2008-09-29 at 23:40 +0100, Ashley Sheridan wrote: > On Mon, 2008-09-29 at 23:56 +0200, Lupus Michaelis wrote: > > Micah Gersten a écrit : > > > Not according to this: > > > http://www.w3.org/TR/html401/interact/forms.html#adef-action > > > > > > The only defined behaviour is when you speci

Re: [PHP] How to submit form via PHP

2008-09-29 Thread Ashley Sheridan
On Mon, 2008-09-29 at 23:56 +0200, Lupus Michaelis wrote: > Micah Gersten a écrit : > > Not according to this: > > http://www.w3.org/TR/html401/interact/forms.html#adef-action > > > > The only defined behaviour is when you specify a URI. > >The empty string into an HTML document is a valid re

Re: [PHP] How to submit form via PHP

2008-09-29 Thread Lupus Michaelis
Micah Gersten a écrit : Not according to this: http://www.w3.org/TR/html401/interact/forms.html#adef-action The only defined behaviour is when you specify a URI. The empty string into an HTML document is a valid relative URI ;) According the same document gave (just follow the references ;)

Re: [PHP] How to submit form via PHP

2008-09-29 Thread Micah Gersten
ay, September 28, 2008 4:13 AM >> To: php-general@lists.php.net >> Subject: Re: [PHP] How to submit form via PHP >> >> 2008/9/28 Ashley Sheridan <[EMAIL PROTECTED]>: >> >>>> Sorry to drag up an old thread, but I just saw this. Is that true of >>>>

RE: [PHP] How to submit form via PHP

2008-09-29 Thread Richard Lynch
ember 28, 2008 4:13 AM > To: php-general@lists.php.net > Subject: Re: [PHP] How to submit form via PHP > > 2008/9/28 Ashley Sheridan <[EMAIL PROTECTED]>: > >> Sorry to drag up an old thread, but I just saw this. Is that true of > >> all browsers? I'm wondering

RE: [PHP] How to submit form via PHP

2008-09-29 Thread Richard Lynch
> -Original Message- > >No it doesn't... without an action statement... > > Sorry to drag up an old thread, but I just saw this. Is that true of > all browsers? I'm wondering because I just coded a site to use this > behavior, then I saw that the html specification says the action > attribu

Re: [PHP] How to submit form via PHP

2008-09-28 Thread Dotan Cohen
2008/9/28 Ashley Sheridan <[EMAIL PROTECTED]>: >> Sorry to drag up an old thread, but I just saw this. Is that true of >> all browsers? I'm wondering because I just coded a site to use this >> behavior, then I saw that the html specification says the action >> attribute is required. >> > Without th

Re: [PHP] How to submit form via PHP

2008-09-28 Thread Per Jessen
Ashley Sheridan wrote: > Without the action attribute, the form submits to itself, i.e. a form > on contact.php submits to contact.php without an action attribute > being specified. Yes, not specifying the action attribute is the same as having an empty action attribute. I don't know if all brow

Re: [PHP] How to submit form via PHP

2008-09-28 Thread Ashley Sheridan
On Sat, 2008-09-27 at 21:37 -0700, Waynn Lue wrote: > >No it doesn't... without an action statement... > > Sorry to drag up an old thread, but I just saw this. Is that true of > all browsers? I'm wondering because I just coded a site to use this > behavior, then I saw that the html specification s

Re: [PHP] How to submit form via PHP

2008-09-27 Thread Waynn Lue
>No it doesn't... without an action statement... Sorry to drag up an old thread, but I just saw this. Is that true of all browsers? I'm wondering because I just coded a site to use this behavior, then I saw that the html specification says the action attribute is required. Thanks, Waynn On 8/15/

RE: [PHP] How to submit form via PHP

2008-08-17 Thread tedd
At 2:39 PM -0400 8/15/08, Robert Cummings wrote: On Fri, 2008-08-15 at 13:30 -0500, Jay Blanchard wrote: > Your form tag needs an action statement No it doesn't... without an action statement it will submit to the same URL in which it was presented. Cheers, Rob. Rob: There you go again -- I

RE: [PHP] How to submit form via PHP

2008-08-16 Thread pe . ve . ce
Many thanks, Todd, and others. Matěj "czech_d3vl0p3r" Grabovský > Původní zpráva > Od: Boyd, Todd M. <[EMAIL PROTECTED]> > Předmět: RE: [PHP] How to submit form via PHP > Datum: 15.8.2008 22:43:40 > ---

RE: [PHP] How to submit form via PHP

2008-08-15 Thread Boyd, Todd M.
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, August 15, 2008 2:54 PM > To: php-general@lists.php.net > Subject: RE: [PHP] How to submit form via PHP > > Thanks, that was what I needed. Also I found this: > http://

RE: [PHP] How to submit form via PHP

2008-08-15 Thread pe . ve . ce
ren Vail <[EMAIL PROTECTED]> > Předmět: RE: [PHP] How to submit form via PHP > Datum: 15.8.2008 21:04:12 > > Key to this one may be understanding what is being asked. I think pe.ve.ce > performed a file read (file_get_contents) on the

RE: [PHP] How to submit form via PHP

2008-08-15 Thread Jay Blanchard
[snip] On Fri, 2008-08-15 at 13:30 -0500, Jay Blanchard wrote: > [snip] > Hello. I'm pretty noob in PHP and would like to know how can I submit > some HTML form got via file_get_contents(URL). For example: > > > > > > so how can I submit 'someform' form. > > Thanks in advance for any suggesti

RE: [PHP] How to submit form via PHP

2008-08-15 Thread Warren Vail
a security exposure, but I believe CURL is what you want. Hth, Warren Vail > -Original Message- > From: Jay Blanchard [mailto:[EMAIL PROTECTED] > Sent: Friday, August 15, 2008 11:31 AM > To: [EMAIL PROTECTED]; php-general@lists.php.net > Subject: RE: [PHP] How to submi

Re: [PHP] How to submit form via PHP

2008-08-15 Thread Dotan Cohen
2008/8/15 Jay Blanchard <[EMAIL PROTECTED]>: > [snip] > Hello. I'm pretty noob in PHP and would like to know how can I submit > some HTML form got via file_get_contents(URL). For example: > > > > > > so how can I submit 'someform' form. > > Thanks in advance for any suggestions. > [/snip] > > Cl

RE: [PHP] How to submit form via PHP

2008-08-15 Thread Robert Cummings
On Fri, 2008-08-15 at 13:30 -0500, Jay Blanchard wrote: > [snip] > Hello. I'm pretty noob in PHP and would like to know how can I submit > some HTML form got via file_get_contents(URL). For example: > > > > > > so how can I submit 'someform' form. > > Thanks in advance for any suggestions. >

RE: [PHP] How to submit form via PHP

2008-08-15 Thread Jay Blanchard
[snip] Hello. I'm pretty noob in PHP and would like to know how can I submit some HTML form got via file_get_contents(URL). For example: so how can I submit 'someform' form. Thanks in advance for any suggestions. [/snip] Click 'Submit' Your form tag needs an action statement All of the

[PHP] How to submit form via PHP

2008-08-15 Thread pe . ve . ce
Hello. I'm pretty noob in PHP and would like to know how can I submit some HTML form got via file_get_contents(URL). For example: so how can I submit 'someform' form. Thanks in advance for any suggestions. Matěj "czech_d3v3l0p3r" Grabovský -- PHP General Mailing List (http://www.php.net/)