Re: [PHP] HTTP POST then Redirect?

2004-08-04 Thread Justin Patrin
On Wed, 04 Aug 2004 17:39:51 -0500, Jeff Oien <[EMAIL PROTECTED]> wrote: > > > Justin Patrin wrote: > > On Wed, 04 Aug 2004 16:01:31 -0500, Jeff Oien <[EMAIL PROTECTED]> wrote: > > > >>I'm using the code below to post form data to an ASP script. But I need > >>to redirect to a "thank you" page wh

Re: [PHP] HTTP POST then Redirect?

2004-08-04 Thread Jeff Oien
Justin Patrin wrote: On Wed, 04 Aug 2004 16:01:31 -0500, Jeff Oien <[EMAIL PROTECTED]> wrote: I'm using the code below to post form data to an ASP script. But I need to redirect to a "thank you" page when it all done or the person filling out the form sees what they're not supposed to see. Any way

Re: [PHP] HTTP POST then Redirect?

2004-08-04 Thread Justin Patrin
On Wed, 04 Aug 2004 16:01:31 -0500, Jeff Oien <[EMAIL PROTECTED]> wrote: > I'm using the code below to post form data to an ASP script. But I need > to redirect to a "thank you" page when it all done or the person filling > out the form sees what they're not supposed to see. Any way I can do > this

RE: [PHP] HTTP POST FILE UPLOAD HELP - REVISITED

2002-11-09 Thread @ Darwin
quot; > -Original Message- > From: Jason Wong [mailto:php-general@;gremlins.com.hk] > Sent: Saturday, November 09, 2002 5:01 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] HTTP POST FILE UPLOAD HELP - REVISITED > > > On Saturday 09 November 2002 18:39, [EMAIL

Re: [PHP] HTTP POST FILE UPLOAD HELP - REVISITED

2002-11-09 Thread Jason Wong
On Saturday 09 November 2002 18:39, [EMAIL PROTECTED] wrote: > Sorry about that guys, here is a bit more info that might be useful: > > I forgot to tell you that I'm working on a Windows XP box with full rights, > which means the default temporary directory is C:\WINDOWS\Temp and there > are no lim

Re: [PHP] HTTP POST FILE UPLOAD HELP

2002-11-08 Thread BAROILLER Pierre-Emmanuel
in@;indent.com.au] > > Sent: Friday, November 08, 2002 7:13 AM > > To: @ Darwin; Php-General > > Subject: Re: [PHP] HTTP POST FILE UPLOAD HELP > > > > > > Hi, > > > > Simple question first: There is a perfect working example of file uploads > > av

Re: [PHP] HTTP POST FILE UPLOAD HELP

2002-11-08 Thread Justin French
.com.au] >> Sent: Friday, November 08, 2002 7:13 AM >> To: @ Darwin; Php-General >> Subject: Re: [PHP] HTTP POST FILE UPLOAD HELP >> >> >> Hi, >> >> Simple question first: There is a perfect working example of file uploads >> available on the

Re: [PHP] HTTP POST FILE UPLOAD HELP

2002-11-08 Thread Jason Wong
On Saturday 09 November 2002 03:03, [EMAIL PROTECTED] wrote: > Nope, tried that just now. The example doesn't work for me. Any other > suggestions? How doesn't it work? Error messages? Aliens stole your file? If you can't get the example from the manual to work then you've got serious problems :

RE: [PHP] HTTP POST FILE UPLOAD HELP

2002-11-08 Thread @ Darwin
Nope, tried that just now. The example doesn't work for me. Any other suggestions? - Darwin > -Original Message- > From: Justin French [mailto:justin@;indent.com.au] > Sent: Friday, November 08, 2002 7:13 AM > To: @ Darwin; Php-General > Subject: Re: [PHP] HTTP P

RE: [PHP] HTTP POST FILE UPLOAD HELP

2002-11-08 Thread @ Darwin
Ok, I'll try that. I never had to do it before, but I'll try it anyway...I'll get back to you on it...thanks - Darwin -Original Message- From: Ernest E Vogelsinger [mailto:ernest@;vogelsinger.at] Sent: Friday, November 08, 2002 6:22 AM To: @ Darwin Cc: Php-General Subject:

RE: [PHP] HTTP POST FILE UPLOAD HELP

2002-11-08 Thread @ Darwin
You know what, let me try that, and I will get back to you as soon as I can. - Darwin > -Original Message- > From: Justin French [mailto:justin@;indent.com.au] > Sent: Friday, November 08, 2002 7:13 AM > To: @ Darwin; Php-General > Subject: Re: [PHP] HTTP POST FILE UPLOA

Re: [PHP] HTTP POST FILE UPLOAD HELP

2002-11-08 Thread Ernest E Vogelsinger
At 13:05 08.11.2002, @ Darwin spoke out and said: [snip] >is the info from my php.ini file: > > >; Temporary directory for HTTP uploaded files (will use system default if >not >; spec

Re: [PHP] HTTP POST FILE UPLOAD HELP

2002-11-08 Thread Justin French
Hi, Simple question first: There is a perfect working example of file uploads available on the PHP website in the manual. Can you get that example to work? Justin on 08/11/02 10:05 PM, @ Darwin ([EMAIL PROTECTED]) wrote: > > Ok, I have a problem with my file upload. When I upload a file, sa

RE: [PHP] HTTP POST a file with CURL <----------PLEASE HELP!!!!!!

2002-06-27 Thread Martin Towell
The command line CURL has the -T option - might be worth looking to see if you can do the same in PHP, otherwise you might have to break out of PHP and use the system's CURL Martin -Original Message- From: SpamSucks86 [mailto:[EMAIL PROTECTED]] Sent: Friday, June 28, 2002 10:12 AM To: [E

Re: [PHP] HTTP POST a file with CURL <----------PLEASE HELP!!!!!!

2002-06-27 Thread Bogdan Stancescu
multipart/form-data is very VERY similar to mail with attachments. Maybe you could tweak a package/library/class which allows that in order to build the POST request and then simply send it using socket functions to the server you want to. I don't know, maybe this is too complicated and you co

RE: [PHP] HTTP Post to another server

2002-03-03 Thread Johnson, Kirk
Search the archive on "PostToHost", or see this link: http://www.zend.com/zend/spotlight/mimocsumissions.php#Heading6 Kirk > -Original Message- > From: Quentin Bennett [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 01, 2002 3:19 PM > To: [EMAIL PROTECTED] > Subject: [PHP] HTTP Post to

Re: [PHP] HTTP POST..

2001-09-10 Thread ReDucTor
i've figured out post works - Original Message - From: "Tom Carter" <[EMAIL PROTECTED]> To: "ReDucTor" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, September 11, 2001 4:01 AM Subject: Re: [PHP] HTTP POST.. > PHP is probably co

Re: [PHP] HTTP POST..

2001-09-10 Thread Tom Carter
PHP is probably compiled as a module.. if you want to be able to compile php to use on command line you need to compile a second version (yes you can have two) without all the apache configure options (ie only things like mysql as and when needed) - Original Message - From: "ReDucTor" <[E

Re: [PHP] HTTP POST Question

2001-02-20 Thread Julian Wood
t;>>> current >>>> page? Unless someone can show me some code that would do that. >>>> >>> >>> If all you want is to display the remote page, within the local page, >>> then all you need is fpassthru() >>> >>> ex. >&

Re: [PHP] HTTP POST Question

2001-02-20 Thread Jan Grafström
com"; > > > > $fp = fopen($server,"r")// "r" is for reading > > fpassthru($fp); > > > > This will display the results of the remote file (html or whatever) into > > the local file (in this case, your PHP file). > > > > &

Re: [PHP] HTTP POST Question

2001-02-20 Thread Julian Wood
atever) into > the local file (in this case, your PHP file). > > >> >> >>> -Original Message- >>> From:Milan Mlynarcik [SMTP:[EMAIL PROTECTED]] >>> Sent:Monday, February 19, 2001 7:33 AM >>

RE: [PHP] HTTP POST Question

2001-02-19 Thread John Monfort
s case, your PHP file). > > > > -Original Message- > > From: Milan Mlynarcik [SMTP:[EMAIL PROTECTED]] > > Sent: Monday, February 19, 2001 7:33 AM > > To: Montgomery-Recht, Evan > > Subject:Re: [PHP] HTTP POST Question > > > &g

Re: [PHP] HTTP POST Question

2001-02-19 Thread John Monfort
I've been struggling with the same idea. I haven't been able to process the returned value, but I've the following methods to DISPLAY the cgi results. Although, the PHP has no way of knowing wether the CGI evaluated to a Yes or No result. If you solve this, then please let me know.

RE: [PHP] HTTP POST Question

2001-02-19 Thread Montgomery-Recht, Evan
Monday, February 19, 2001 9:06 AM > To: Montgomery-Recht, Evan > Subject: Re: [PHP] HTTP POST Question > > You can do it with socket functions. > - > Milan Mlynarcik > Web Programmer > Charmed Technolog

RE: [PHP] HTTP POST Question

2001-02-19 Thread Montgomery-Recht, Evan
Is that all that has to be done? thanks, evan > -Original Message- > From: Milan Mlynarcik [SMTP:[EMAIL PROTECTED]] > Sent: Monday, February 19, 2001 7:33 AM > To: Montgomery-Recht, Evan > Subject: Re: [PHP] HTTP POST Question > > You have to use header() functio

RE: [PHP] HTTP POST Question

2001-02-19 Thread MList
Hi I read a article about posting data .. and there was a script but I dont know resource of this script. But this is working. let me give you a example -Original Message- From: Montgomery-Recht, Evan [mailto:[EMAIL PROTECTED]] Sent: Monday, February 19, 2001 2:06 PM T

Re: [PHP] HTTP post requests

2001-02-05 Thread Vahan Yerkanian
Greetings, first of all you'll need to have all of your variables in one line: like this for example $vars="var1=".urlencode($var1)."&var2=".urlencode($var2); then you need to post the following $header="POST /your_script.php HTTP/1.0\r\nContent-length: ".strlen($vars)\r\n\r\n$vars\r\n\r\n";