Re: [PHP] Profanity Filter

2001-01-19 Thread Todd H MacPherson
text file that is..oops! - Original Message - From: "Todd H MacPherson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: January 19, 2001 3:23 PM Subject: Re: [PHP] Profanity Filter > > Hi > > Perhaps you could write to a flat test file, have yo

Re: [PHP] Profanity Filter

2001-01-19 Thread Todd H MacPherson
Hi Perhaps you could write to a flat test file, have your script read from that. Then I would create an on-line interface for the client so he can write to/delete from the list. He then would have control of it. Todd From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sen

[PHP] Mail Syntax changing problem

2001-01-19 Thread Todd H MacPherson
I use the following syntax on one site to get the names in the email message and it works fine: mail("$we_to<$we_demail>", "$we_subject", StripSlashes($message), "From: $we_from<$we_semail>"); and it works BUT On another site I must change it as such to get it to work: mail("$we_to", "$we_subj

Re: [PHP] I love/hate FrontPage - need another HTML editor.

2001-01-16 Thread Todd H MacPherson
Heh heh Now were talkin' :o) Todd - Original Message - From: "Chris Aitken" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: January 16, 2001 9:11 PM Subject: Re: [PHP] I love/hate FrontPage - need another HTML editor. > At 09:06 PM 16/01/2001, Kath wrote: > >Hey, > > > >To get Fron

Re: [PHP] I love/hate FrontPage - need another HTML editor.

2001-01-16 Thread Todd H MacPherson
Hi FrontPage is a piece of garbage...try DreamWeaveryou won't be disappointed. It is available from Macromedia and does not munge your code like FrontPage does! Todd - Original Message - From: "Murph" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: January 16, 2001 9:50 PM Subjec

[PHP] Mail problems

2001-01-16 Thread Todd H MacPherson
Hello I am doing a job for a client who has a host that just installed php4 on a WinNT system. He can not get the mail program to work properly. The server that php is on and the mail server are different computers. He, the host, asked me to try and by-pass the the mail utility and send directly

Re: [PHP] Netscape's back button not working like Explorer's...Why?

2001-01-16 Thread Todd H MacPherson
Hi JavaScript does not work in this instance. I will have to write code to overcome Netscape's shortcomings I guess. Thanks Todd - Original Message - From: "Romulo Roberto Pereira" <[EMAIL PROTECTED]> To: "Ignacio Vazquez-Abrams" <[EMAIL PROTEC

[PHP] Netscape's back button not working like Explorer's...Why?

2001-01-16 Thread Todd H MacPherson
Hi I have 2 forms: subscribe.php confirm.php If the user enters data correctly in subscribe.php I have an an include pointing to confirm.php. This gives the user a chance to review the data before final submission. I want the user to be able to click the back button on their browser and view/m

Re: [PHP] Multiform Woes

2001-01-11 Thread Todd H MacPherson
I figured it out...sorry to have troubled you. I left out the hidden input fields Bye Todd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTE

[PHP] Multiform Woes

2001-01-11 Thread Todd H MacPherson
Hello This is my first post here and I am on the learning curve with php (php3 in particular as it is all my host has) and need help with a multi-page form. It is a subscription for users and consists of: 1) subscribe.php3 2) confirm.php3 subscribe.php3 is where the user enters data and then c