Re: [PHP] testing

2001-07-05 Thread Chris \"TunkeyMicket\" Watford
Was 100% done, now 70% done as a hard-drive crash set me back a bit... Chris "TunkeyMicket" Watford TunkeyMicket Productions www.tunkeymicket.com - Original Message - From: "ReDucTor" <[EMAIL PROTECTED]> To: "Chris

Re: [PHP] testing

2001-07-05 Thread Chris \&quot;TunkeyMicket\&quot; Watford
Hi2u ReDucTor Chris "TunkeyMicket" Watford TunkeyMicket Productions www.tunkeymicket.com - Original Message - From: "ReDucTor" <[EMAIL PROTECTED]> To: "McShen" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Se

Re: [PHP] Forum script

2001-06-22 Thread Chris \&quot;TunkeyMicket\&quot; Watford
zone is it September?At 02:49 AM 6/21/2001, Chris \"TunkeyMicket\" Watford wrote: Timezones :) - Original Message - From: Morgan Curley To: [EMAIL PROTECTED] Sent: Wednesday, June 20, 2001 10:16 PM Subject: RE: [PHP] Forum script

Re: [PHP] Forum script

2001-06-21 Thread Chris \&quot;TunkeyMicket\&quot; Watford
Timezones :) - Original Message - From: Morgan Curley To: [EMAIL PROTECTED] Sent: Wednesday, June 20, 2001 10:16 PM Subject: RE: [PHP] Forum script Is it just me or does anyone else get a lot of messages on this list with dates in the future ( note the date be

Re: [PHP] Problem starting session

2001-06-21 Thread Chris \&quot;TunkeyMicket\&quot; Watford
Make sure it is: \tmp in the ini file. That way you don't have to mess with a drive letter. - Original Message - From: "Jonathan Sharp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 20, 2001 7:57 PM Subject: Re: [PHP] Problem starting session > Check your php.ini fi

Re: [PHP] Search engine php/mysql

2001-06-20 Thread Chris \&quot;TunkeyMicket\&quot; Watford
e end of the spyder list.  This is not an easy task.   Chris "TunkeyMicket" Watford TunkeyMicket Productions www.tunkeymicket.com - Original Message - From: Mohamedou To: [EMAIL PROTECTED] Sent: Wednesday, June 20,

Re: [PHP] bad form...

2001-06-20 Thread Chris \&quot;TunkeyMicket\&quot; Watford
I personally use it all the time in my news script that powers my page, it is easier to use and it helps with security. Chris "TunkeyMicket" Watford TunkeyMicket Productions www.tunkeymicket.com - Original Message - From: "Tom Carter&quo

Re: [PHP] mailform loop

2001-06-20 Thread Chris \&quot;TunkeyMicket\&quot; Watford
Well, if you named all the fields in the HTML as follows you could use an array_walk function to do that. Then you could array_walk through $mailForm and addslashes/htmlspecialchars to it. Chris "TunkeyMicket" Watford TunkeyMicket P

Re: [PHP] email templates and str_replace

2001-06-20 Thread Chris \&quot;TunkeyMicket\&quot; Watford
7;,$newuserpass,$template[i]);    $template[i] = str_replace('##hostdomain##',$hostdomain,$template[i]);    $template[i] = str_replace('##sales##',$sales,$template[i]);   }   //Now the array $template contains our message, parsed and all //from here we can implode it into one