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
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
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
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
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
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
.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
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 :
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
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:
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
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
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
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
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
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
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
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
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.
>&
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).
> >
> >
&
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
>>
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
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.
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
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
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
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";
27 matches
Mail list logo