RE: [PHP] Naughty Word Catcher

2001-01-31 Thread O.Cook
> -Original Message- > From: Maxim Maletsky [mailto:[EMAIL PROTECTED]] > Sent: 31 January 2001 06:58 > To: Maxim Maletsky; 'Chris Aitken'; [EMAIL PROTECTED] > Subject: RE: [PHP] Naughty Word Catcher > > >header("Location: insert_stuff.php?comment=$text"); ... so having seen where th

RE: [PHP] using both version 3 and 4?

2001-01-18 Thread O.Cook
I just did this the other day. It's quite a simple task really. Instructions are at the end of the PHP4 INSTALL file. If you want to compile both as Apache modules, just re`configure` both with --enable-versioning. Regards, Ollie > -Original Message- > From: OutBox [mailto:[EMAIL PROTE

RE: [PHP] problem with rewind

2001-01-11 Thread O.Cook
$file = fopen (http://ultra10:9000/cgi-bin/query?mss=search, "r"); should be $file = fopen("http://ultra10:9000/cgi-bin/query?mss=search", "r"); Ollie -Original Message- From: Jorge Inti Benites Roche [mailto:[EMAIL PROTECTED]] Sent: 11 January 2000 17:41 To: [EMAIL PROTECTED] Subject:

RE: [PHP] Calling a funtion inside a function

2001-01-10 Thread O.Cook
smime.p7m