luck with it!
- Original Message -
From: Ernie Kemp
To: php-general@lists.php.net
Sent: Saturday, September 19, 2009 2:39 AM
Subject: [PHP] PHP Header issue
Contact Us
The above is just snippet of the code but even this simple exam
> I will look into getting from one page to the next page after a Submit
If it's any help, I've got a light-weight contact-form code on github,
that's meant to be dropped into an otherwise-static site with minimal
fuss: http://github.com/bdunlap/Drop-in-Widgets/tree/master/contactform/
It uses a
o the next page after a Submit
Thanks,
/Ernie
+++==
-Original Message-
From: Ernie Kemp [mailto:ernie.k...@sympatico.ca]
Sent: September-18-09 2:27 PM
To: 'HallMarc Websites'; 'Jim Lucas'
Cc: php-general@list
> The fundamental idea was to fill in a contact forum , submit it and then go
> to an upload page.
By "upload", do you mean "transmit the information that the user
entered into the contact form"? Or is the upload page supposed to do
something separate from the contact form?
Ben
--
PHP General
> -Original Message-
> From: Ashley Sheridan [mailto:a...@ashleysheridan.co.uk]
> Sent: Friday, September 18, 2009 2:31 PM
> To: Ernie Kemp
> Cc: 'HallMarc Websites'; 'Jim Lucas'; php-general@lists.php.net
> Subject: RE: [PHP] PHP Header issue
>
&
gt; Thanks,
> /Ernie
> +++
> -Original Message-
> From: HallMarc Websites [mailto:m...@hallmarcwebsites.com]
> Sent: September-18-09 2:00 PM
> To: 'Jim Lucas'; 'Ernie Kemp'
> Cc: php-general@lists.php.net
> Su
: HallMarc Websites [mailto:m...@hallmarcwebsites.com]
Sent: September-18-09 2:00 PM
To: 'Jim Lucas'; 'Ernie Kemp'
Cc: php-general@lists.php.net
Subject: RE: [PHP] PHP Header issue
> -Original Message-
> From: Jim Lucas [mailto:li...@cmsws.com]
> Sent: Friday, Se
> -Original Message-
> From: Jim Lucas [mailto:li...@cmsws.com]
> Sent: Friday, September 18, 2009 1:33 PM
> To: Ernie Kemp
> Cc: php-general@lists.php.net
> Subject: Re: [PHP] PHP Header issue
>
> Jim Lucas wrote:
> > Ernie Kemp wrote:
> >>
>
agentintellect.com]
Sent: September-18-09 1:41 PM
To: Jim Lucas
Cc: Ernie Kemp; php-general@lists.php.net
Subject: Re: [PHP] PHP Header issue
> if ... you have
> output_buffering option enabled in the php configuration.
Which is probably the case on the OP's local machine, and would
expla
> if ... you have
> output_buffering option enabled in the php configuration.
Which is probably the case on the OP's local machine, and would
explain why the code doesn't fail for him there.
Ben
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.ph
Jim Lucas wrote:
> Ernie Kemp wrote:
>>
>>
>>
>>
>>
>>
>> Contact Us
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> The above is just snippet of the code but even this simple example throws
>> the Header Warning / Error.
>>
>> Warning: Cannot modify header information - headers already sent by
> I think this sort of issue arises particularly because of the
> misconception that PHP is embedded inside HTML pages. Once a person has
> that idea in their head, they will start to work with an HTML template
> and add PHP as necessary. While that can work, in cases such as this,
> it's best to
lard [mailto:aball...@gmail.com]
> Sent: September-18-09 12:44 PM
> To: Ernie Kemp
> Cc: php-general@lists.php.net
> Subject: Re: [PHP] PHP Header issue
>
> On Fri, Sep 18, 2009 at 12:39 PM, Ernie Kemp wrote:
> >
> >
> >
> >
> >
> > Contact Us
I'm bewildered, bemused, astonished
and am trying really hard not to lash out
Thank you,
Marc Hall
HallMarc Websites
610.446.3346
__ Information from ESET Smart Security, version of virus signature
database 4438 (20090918) __
The message was checked by ESET Smart S
From: Ashley Sheridan
> On Fri, 2009-09-18 at 19:01 +0200, Ralph Deffke wrote:
>> sorry man, but no blancs etc. means NOTHING should be send before the
header
>>
>> it should look like this:
>> >
>> header("Location: advertise2.php");
>>
>> ?>
>>
>> here u can do ur html
>>
>>
>>
>> not one
et
Subject: Re: [PHP] PHP Header issue
On Fri, Sep 18, 2009 at 12:39 PM, Ernie Kemp wrote:
>
>
>
>
>
> Contact Us
>
>
>
>
>
>
>
>
>
>
>
> The above is just snippet of the code but even this simple example throws the
> Header Warning /
http://us3.php.net/manual/en/function.header.php
Thank you,
Marc Hall
HallMarc Websites
610.446.3346
__ Information from ESET Smart Security, version of virus signature
database 4438 (20090918) __
The message was checked by ESET Smart Security.
http://www.eset.com
--
PHP
On Fri, 2009-09-18 at 19:01 +0200, Ralph Deffke wrote:
> sorry man, but no blancs etc. means NOTHING should be send before the header
>
> it should look like this:
>
> header("Location: advertise2.php");
>
> ?>
>
> here u can do ur html
>
>
>
> not one! single char incl. space should be ou
Ernie Kemp wrote:
>
>
>
>
>
>
> Contact Us
>
>
>
>
>
>
>
>
>
>
>
> The above is just snippet of the code but even this simple example throws
> the Header Warning / Error.
>
> Warning: Cannot modify header information - headers already sent by (output
> started at /home/cont
sorry man, but no blancs etc. means NOTHING should be send before the header
it should look like this:
here u can do ur html
not one! single char incl. space should be outputted before the header e.g.
before the php open tag.
ralph_def...@yahoo.de
""Ernie Kemp"" wrote in message
ne
On Fri, Sep 18, 2009 at 12:39 PM, Ernie Kemp wrote:
>
>
>
>
>
> Contact Us
>
>
>
>
>
>
>
>
>
>
>
> The above is just snippet of the code but even this simple example throws the
> Header Warning / Error.
>
>
>
> Warning: Cannot modify header information - headers already sent by (output
>
Contact Us
The above is just snippet of the code but even this simple example throws
the Header Warning / Error.
Warning: Cannot modify header information - headers already sent by (output
started at /home/content/g/t/a /html/yourestate/advertise.php:6)
in/home/content/g
--- SpyProductions Support Team <[EMAIL PROTECTED]> wrote:
>
> I have this in a script:
>
> header("Location: $Relative/outstanding.php?pdd=1&pddid=$poid");
A good way to make sure you are sending the header you think you are is to use
echo instead of header() for a quick debugging run. For exam
I have this in a script:
header("Location: $Relative/outstanding.php?pdd=1&pddid=$poid");
It works fine elsewhere in the script without the variables. Does anyone
know if php 4.06 has issues with this? Or am I making a boneheaded mistake
here?
$Relative is from an include, and outputs fine.
24 matches
Mail list logo