Re: [PHP] Mail function acting a bit differently

2002-04-03 Thread lmlweb
Yes.. I found that there. My site doesn't allow .htaccess - now I'm off to find out why. "Jason Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > On Wednesday 03 April 2002 12:06, lmlweb wrote: > > How can I do that - controlling via .htaccess? Pointing me to references > > w

Re: [PHP] Mail function acting a bit differently

2002-04-02 Thread Jason Wong
On Wednesday 03 April 2002 12:06, lmlweb wrote: > How can I do that - controlling via .htaccess? Pointing me to references > would be good. The manual is a good reference. -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk /* Remember: Silly is a state of Mind, Stupid is a way of Lif

Re: [PHP] Mail function acting a bit differently

2002-04-02 Thread eric.coleman
Why not just do foreach($form as $key => $value) { $form[$key] = stripslashes($form[$key]); } Eric - Original Message - From: "lmlweb" <[EMAIL PROTECTED]> To: <> Sent: Tuesday, April 02, 2002 11:04 PM Subject: Re: [PHP] Mail function acting a bit diff

Re: [PHP] Mail function acting a bit differently

2002-04-02 Thread lmlweb
How can I do that - controlling via .htaccess? Pointing me to references would be good. TIA LML "Miguel Cruz" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Tue, 2 Apr 2002, lmlweb wrote: > > Hosted web, so option to turn on or off is up to the hosting co

Re: [PHP] Mail function acting a bit differently

2002-04-02 Thread lmlweb
I've answered myself, thanks all! It's definitely > $form[message] = stripslashes($form[message]); mail(...); "Lmlweb" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hosted web, so option to turn on or off is up to the hosting company, not > me. > > stripsla

Re: [PHP] Mail function acting a bit differently

2002-04-02 Thread Miguel Cruz
On Tue, 2 Apr 2002, lmlweb wrote: > Hosted web, so option to turn on or off is up to the hosting company, not > me. Perhaps you can control it from a .htaccess file? miguel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Mail function acting a bit differently

2002-04-02 Thread Martin Towell
on-numerical indexes, but anyway) would be the way to go Martin -Original Message- From: lmlweb [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 2:00 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Mail function acting a bit differently Hosted web, so option to turn on or off is up to

Re: [PHP] Mail function acting a bit differently

2002-04-02 Thread lmlweb
Hosted web, so option to turn on or off is up to the hosting company, not me. stripslashes what? $form = stripslashes($form); mail(...); or $form[message] = stripslashes($form[message]); mail(...); "Martin Towell" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

RE: [PHP] Mail function acting a bit differently

2002-04-02 Thread Martin Towell
stripslashes() should work - or set the magic quote thingy to off -Original Message- From: lmlweb [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 1:12 PM To: [EMAIL PROTECTED] Subject: [PHP] Mail function acting a bit differently I got an email someone submitted through my we