Re: [PHP] PHP security

2005-02-18 Thread John Cage
you could also encrypt the file using one of the encoders that are out there. Some are free and some are paid for -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Crawlers (was parsing large files - PHP or Perl)

2005-02-17 Thread John Cage
Hi there Just an update. We altered our code last night and the result is that we have managed to bring in everything with no problem now. The slowest part was actually pulling down the emails which are on another server. I'd like to thank everyone for their help I have another project I'm wor

Re: [PHP] paring large files - PHP or Perl

2005-02-16 Thread John Cage
Richard, thanks for the reply. I've not been on the list for a while, so good to see you're still helping us less-knowledgeable people out :) If you already *KNOW* Perl and want to use it, its string manipulation package is probably better from a sheer performance stand-point. No, I don't kno

[PHP] paring large files - PHP or Perl

2005-02-16 Thread John Cage
Hi there I'm a great believer in using the right program for the right job. I need some advice from people who use both PHP and Perl. I've long been a fan of PHP and we use it for all our development work. However, I seem to keep coming up with a bit of a problem when using PHP and I just want