2009/1/30 Tom
>
> "Shawn McKenzie" wrote in message
> news:47.36.08436.e8b80...@pb1.pair.com...
> > Tom wrote:
> >> "Clancy" wrote in message
> >> news:c77vn4pri9tsbaqg9avv3i7dnfb8nvk...@4ax.com...
> >>> On Mon, 26 Jan 2009 17:57:29 -0600, obeli...@comcast.net ("Tom")
> wrote:
> >>>
> >>> .
"Shawn McKenzie" wrote in message
news:47.36.08436.e8b80...@pb1.pair.com...
> Tom wrote:
>> "Clancy" wrote in message
>> news:c77vn4pri9tsbaqg9avv3i7dnfb8nvk...@4ax.com...
>>> On Mon, 26 Jan 2009 17:57:29 -0600, obeli...@comcast.net ("Tom") wrote:
>>>
>>> ..
> Also make sure there aren'
Tom wrote:
> "Clancy" wrote in message
> news:c77vn4pri9tsbaqg9avv3i7dnfb8nvk...@4ax.com...
>> On Mon, 26 Jan 2009 17:57:29 -0600, obeli...@comcast.net ("Tom") wrote:
>>
>> ..
Also make sure there aren't line returns or any nonsense like that in
the to & subjects. Look up email hea
"Clancy" wrote in message
news:c77vn4pri9tsbaqg9avv3i7dnfb8nvk...@4ax.com...
> On Mon, 26 Jan 2009 17:57:29 -0600, obeli...@comcast.net ("Tom") wrote:
>
> ..
>>>
>>> Also make sure there aren't line returns or any nonsense like that in
>>> the to & subjects. Look up email header injection.
;>>> Shawn McKenzie wrote:
>>>>> Tom Scott wrote:
>>>>>> - Original Message - From: "Shawn McKenzie"
>>>>>>
>>>>>> Newsgroups: php.general
>>>>>> To:
>&
> -Original Message-
> From: Tom [mailto:obeli...@comcast.net]
> Sent: Tuesday, January 27, 2009 9:58 AM
> To: php-general@lists.php.net
> Subject: Re: [PHP] Coding for email response forms
>
>
> "Edmund Hertle" wrote in message
> news:f7ed
hawn McKenzie wrote:
>> >>
>> >> Tom Scott wrote:
>> >>> - Original Message - From: "Shawn McKenzie"
>> >>>
>> >>> Newsgroups: php.general
>> >>> To:
>> >>> Sent: Monday, January 26, 2
gt; >>>
> >>> Newsgroups: php.general
> >>> To:
> >>> Sent: Monday, January 26, 2009 3:52 PM
> >>> Subject: Re: [PHP] Coding for email response forms
> >>>
> >>>
> >>>> Tom wrote:
> >>>>>
"Eric Butera" wrote in message
news:6a8639eb0901261509s1008e1b1j89c2a8f63669e...@mail.gmail.com...
> On Mon, Jan 26, 2009 at 4:47 PM, Daniel Brown wrote:
>> On Mon, Jan 26, 2009 at 16:34, Tom wrote:
>>>
>>> Shawn,
>>> So would that look something like this:
>>> >> if ($_SERVER['REQUEST_METHOD'
On Mon, Jan 26, 2009 at 4:47 PM, Daniel Brown wrote:
> On Mon, Jan 26, 2009 at 16:34, Tom wrote:
>>
>> Shawn,
>> So would that look something like this:
>> > if ($_SERVER['REQUEST_METHOD'] == "POST") {
>>
>> // Just to be safe, I strip out HTML tags
>> $realname = strip_tags($realname);
>> $email
To:
>>> Sent: Monday, January 26, 2009 3:52 PM
>>> Subject: Re: [PHP] Coding for email response forms
>>>
>>>
>>>> Tom wrote:
>>>>> "Shawn McKenzie" <> wrote in message
>>>>> news:a0.87.62571.3d92e...@pb1
Shawn McKenzie wrote:
>
> Tom Scott wrote:
>> - Original Message - From: "Shawn McKenzie"
>>
>> Newsgroups: php.general
>> To:
>> Sent: Monday, January 26, 2009 3:52 PM
>> Subject: Re: [PHP] Coding for email response forms
>>
&
"Daniel Brown" wrote in message
news:ab5568160901261347h1dab427bo29a1313494cd...@mail.gmail.com...
> On Mon, Jan 26, 2009 at 16:34, Tom wrote:
>>
>> Shawn,
>> So would that look something like this:
>> > if ($_SERVER['REQUEST_METHOD'] == "POST") {
>>
>> // Just to be safe, I strip out HTML tags
Tom wrote:
> "Shawn McKenzie" <> wrote in message
> news:a0.87.62571.3d92e...@pb1.pair.com...
>> Tom wrote:
>>> My Hosting site said that I needed to include the PHP otherwise the form
>>> won't work. I need to know where to include my email info to get this set
>>> up
>>> don't I? What do you su
On Mon, Jan 26, 2009 at 16:34, Tom wrote:
>
> Shawn,
> So would that look something like this:
> if ($_SERVER['REQUEST_METHOD'] == "POST") {
>
> // Just to be safe, I strip out HTML tags
> $realname = strip_tags($realname);
> $email = strip_tags($email);
> $feedback = strip_tags($feedback);
>
> /
Tom wrote:
> "Shawn McKenzie" <> wrote in message
> news:a0.87.62571.3d92e...@pb1.pair.com...
>> Tom wrote:
>>> My Hosting site said that I needed to include the PHP otherwise the form
>>> won't work. I need to know where to include my email info to get this set
>>> up
>>> don't I? What do you su
"Shawn McKenzie" <> wrote in message
news:a0.87.62571.3d92e...@pb1.pair.com...
> Tom wrote:
>> My Hosting site said that I needed to include the PHP otherwise the form
>> won't work. I need to know where to include my email info to get this set
>> up
>> don't I? What do you suggest?
>> T
>> "Dan
Tom wrote:
> My Hosting site said that I needed to include the PHP otherwise the form
> won't work. I need to know where to include my email info to get this set up
> don't I? What do you suggest?
> T
> "Daniel Brown" wrote in message
> news:ab5568160901261259p6d6442a4ya5ea4134025e5...@mail.gma
My Hosting site said that I needed to include the PHP otherwise the form
won't work. I need to know where to include my email info to get this set up
don't I? What do you suggest?
T
"Daniel Brown" wrote in message
news:ab5568160901261259p6d6442a4ya5ea4134025e5...@mail.gmail.com...
> On Mon, Jan
On Mon, Jan 26, 2009 at 15:57, Tom wrote:
> I am a new user of PHP, and am using Dreamweaver CS3 for the webpages. The
> following page has my form but the submit button is not working properly.
> http://www.richlandmtg.com/contacts.html
> What code is needed and where does it get placed in the pa
I am a new user of PHP, and am using Dreamweaver CS3 for the webpages. The
following page has my form but the submit button is not working properly.
http://www.richlandmtg.com/contacts.html
What code is needed and where does it get placed in the page.? I thought CS3
took care of this.
Any input
21 matches
Mail list logo