[PHP] Language filter

2003-09-15 Thread Kris Reid
Hi All I have a website with a standard html form on it. Every now and then some jerk submits the form with some dirty words. This is then seen by my clients which as you can imagine is very unprofessional. I want to build a language filter but can't think of good way of doing in it. The best id

Re: [PHP] Re: php & qmail

2003-08-25 Thread Kris Reid
Manuel Thanks for the advice however I want to use qmail-remote as I believe it will suit my needs better. I have been reading a great deal about tweaking qmail. I run a newsletter and the fastest way is to try remote deliveries and only add them to the queue if this fails. The function that I w

[PHP] php & qmail

2003-08-25 Thread Kris Reid
Hi I'm trying to build a program using PHP to increase the performance of Qmail. I'm trying to use PHP to send an email qmail-remote which connects directly to the recipients mail server. If this fails it will then add it to the queue normally so it can retry later. Here is what I have so far (

Re: [PHP] Forms

2003-08-14 Thread Kris Reid
- Original Message - From: "Robert Cummings" <[EMAIL PROTECTED]> To: "Kris Reid" <[EMAIL PROTECTED]> Cc: "PHP List" <[EMAIL PROTECTED]> Sent: Wednesday, August 13, 2003 12:25 AM Subject: Re: [PHP] Forms > If I understand your questio

[PHP] Forms

2003-08-14 Thread Kris Reid
I'm having trouble explaining this so please bare with me. Say there is a form hosted on server A on a web page Something simple like I have the data on server B in a mysql database that needs to be inserted via that form. I have written a script that will grab one record and sub

[PHP] error problem

2003-08-14 Thread Kris Reid
When I have an error in my code nothing gets written to the screen. If I have It will works normal. but if I have Nothing gets written to the browser. Not even the error message. When I run php on the command line I get error messages just not when running through a browser. Where should I

Re: [PHP] error problem

2003-08-14 Thread Kris Reid
Sorry the second "echo "Hello world";" was meant to have no semi colon - Original Message ----- From: "Kris Reid" <[EMAIL PROTECTED]> To: "PHP List" <[EMAIL PROTECTED]> Sent: Thursday, August 14, 2003 12:37 PM Subject: [PHP] error problem