[PHP] PHP mail form spam checking

2006-01-19 Thread Gerry Danen
A couple of days ago somebody posted a message with a routine to check input fields for potential spam/hacking. I believe it was on this list, but not sure. Of course I can't find that message any more... Could the original poster, please repost? Thanks. Gerry -- PHP General Mailing List (http

Re: [PHP] Mail form

2002-10-25 Thread Marek Kilimajer
Register globals problem - either use $_POST['numele'] (prefered), or turn register_globals on. Trasca Ion-Catalin wrote: Why my mail prcessing script don't recognize the value from the form file. If I call the $numele variable it's just output a null. This is the form.html Numele Nume:

[PHP] Mail form

2002-10-25 Thread Trasca Ion-Catalin
Why my mail prcessing script don't recognize the value from the form file. If I call the $numele variable it's just output a null. This is the form.html Numele Nume: And this is mail.php Mesajul este trimis the mail command is commentet for testing purpose, I

Re: [PHP] Mail Form

2002-07-30 Thread Jason Wong
On Wednesday 31 July 2002 11:35, Bob Lockie wrote: > >use a decent editor with syntax highlighting > > What is a free cross platform syntax highlighting editor? > Are there any Open Source ones that you know of? vim/emacs? -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk Open Source

Re: [PHP] Mail Form

2002-07-30 Thread Manuel Lemos
Hello, On 07/31/2002 12:35 AM, Bob Lockie wrote: >>use a decent editor with syntax highlighting > > > What is a free cross platform syntax highlighting editor? > Are there any Open Source ones that you know of? Use kate that comes with KDE. -- Regards, Manuel Lemos -- PHP General Mailing

Re: [PHP] Mail Form

2002-07-30 Thread Bob Lockie
>use a decent editor with syntax highlighting What is a free cross platform syntax highlighting editor? Are there any Open Source ones that you know of? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Mail Form

2002-07-30 Thread Kerry Gray
I didn't write it, it was taken from a code library on a site. i have never used php before in my life, hence why I have no idea whats going on, it's more than likely the only thing i'll use php for. "Jason Wong" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... >

Re: [PHP] Mail Form

2002-07-30 Thread Jason Wong
On Wednesday 31 July 2002 03:08, Kerry Gray wrote: > Can somebody please tell me why I keep getting this error when using this > script... Because what you wrote is invalid PHP code. > Parse error: parse error in /host/g/i/a/8/b/i/giapai3k.8bit.co.uk/mail.php > on line 54 It's bad enough asking

[PHP] Mail Form

2002-07-30 Thread Kerry Gray
Can somebody please tell me why I keep getting this error when using this script... Parse error: parse error in /host/g/i/a/8/b/i/giapai3k.8bit.co.uk/mail.php on line 54 Mail sent! Yay PHP!"; } else { echo "Mail could not be sent. Sorry!"; } ?> -- PHP General Mailing List (http://www.p

RE: [PHP] php mail form with predefined subject

2001-07-12 Thread scott [gts]
link to the mail form like this: mailform.php?subject=Requesting+information+on and in the mailform, have a subject field something like this: > -Original Message- > From: Ed Peddycoart [mailto:[EMAIL PROTECTED]] > Subject: [PHP] php mail form with predefined subject >

Re: [PHP] php mail form with predefined subject

2001-07-11 Thread David Robley
On Thu, 12 Jul 2001 09:17, Ed Peddycoart wrote: > I am in need of a mail form script which has the subject line filled in > for the userHere's what I mean > > Let's say I have a webpage. > > On the web page is a picture of a truck, maybe a 1999 Ford F150. > > If the user clicks the pic, he

[PHP] php mail form with predefined subject

2001-07-11 Thread Ed Peddycoart
I am in need of a mail form script which has the subject line filled in for the userHere's what I mean Let's say I have a webpage. On the web page is a picture of a truck, maybe a 1999 Ford F150. If the user clicks the pic, he/she is taken to a brief description of the truck. On the de

Re: [PHP] Mail form error in script

2001-04-20 Thread Yasuo Ohgaki
is depreciated under current PHP. See NEWS file in source. Regards, -- Yasuo Ohgaki ""John Silverio"" <[EMAIL PROTECTED]> wrote in message 9bne0n$pug$[EMAIL PROTECTED]">news:9bne0n$pug$[EMAIL PROTECTED]... > Whenever I try to mail a form I receive this message: > > Warning: is no longer suppor

[PHP] Mail form error in script

2001-04-19 Thread John Silverio
Whenever I try to mail a form I receive this message: Warning: is no longer supported - please use the track_vars INI directive instead in /mnt/web/guide/corvettebuyers/www/do_sendfeedback.php on line 1 The form is on a UNIX server with PHP installed. The INI directive has me confused? Thank yo