RE: [PHP] Passing POST variables w/out a FORM submit

2003-11-13 Thread Chris W. Parker
Chris Shiflett on Thursday, November 13, 2003 2:07 PM said: > You are telling the browser to send a GET request to the URL > $redirect. What the user sees in the browser is the response to this > GET request, not the response to the POST request that you sent > behin

RE: [PHP] Passing POST variables w/out a FORM submit

2003-11-13 Thread Damon Hill
ke up for the freedom of thought which they avoid." - Soren Aabye Kierkegaard -Original Message- From: Chris Shiflett [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003 3:41 PM To: Damon Hill; '[EMAIL PROTECTED]' Subject: Re: [PHP] Passing POST variables w/out a FORM submit

RE: [PHP] Passing POST variables w/out a FORM submit

2003-11-13 Thread Chris Shiflett
--- "Chris W. Parker" <[EMAIL PROTECTED]> wrote: > Ok I don't think this can be used in conjuction with a redirect but I'd > like to find out. Here is some code I wrote up quick (and didn't test). > What I'd like to happen (as well as a million other people???) is I POST > the data back to the prev

RE: [PHP] Passing POST variables w/out a FORM submit

2003-11-13 Thread Chris W. Parker
Chris Shiflett on Thursday, November 13, 2003 1:41 PM said: > http://shiflett.org/hacks/php/http_post Ok I don't think this can be used in conjuction with a redirect but I'd like to find out. Here is some code I wrote up quick (and didn't test). What I'd like to hap

Re: [PHP] Passing POST variables w/out a FORM submit

2003-11-13 Thread Chris Shiflett
--- Damon Hill <[EMAIL PROTECTED]> wrote: > I am not privy to how to create the POST or GET response without a > FORM. GET is easy, because you can just use fopen to open a remote URL just as if it were a local file, so long as this is set in your php.ini: allow_url_fopen = On As for POST, there

RE: [PHP] Passing POST variables w/out a FORM submit

2003-11-13 Thread Jay Blanchard
[snip] I have a flash movie which accesses a MySQL database to retrieve coordinates for a map containing lots for a given subdivision.However, the connection between the flash movie and the database was not available when the project was handed over to me. The flash code can not be modified and it