Re: [PHP] handling large files w/readfile

2004-12-26 Thread Heilig \(Cece\) Szabolcs
f data and utput them, the amount of memory needed is based on your buffer size. -- = Heilig (Cece) Szabolcs - [EMAIL PROTECTED] - http://www.phphost.hu = -- PHP General Mailin

Re: [PHP] redirect without using header

2002-11-13 Thread Heilig (Cece) Szabolcs
Start your code with ob_start() It fires up an output buffer, does not output (and headers) until ob_end_flush() called. Put ob_end_flush() after all, before last ?> Your code might looks as follows: = Heilig (Cece) Szabolcs - [EM

Re: [PHP] redirect without using header

2002-11-13 Thread Heilig (Cece) Szabolcs
the start and ob_end_flush() at the end, and no problems with outputting before add headers. = Heilig (Cece) Szabolcs - [EMAIL PROTECTED] - http://www.phphost.hu = -- PHP G

Re: [PHP] stopping repeated posts to a Bulletin Board

2002-09-17 Thread Heilig (Cece) Szabolcs
as used, do nothing with data, if that check is negative, store the data. I prefer separate dup-store table, with an expire_date field. Expiration time may be from half our to a week. You can purge old ID-s from cron daily or more frequently. I have an oop class named dupkiller to handle that prob

Re: [PHP] SSL & php

2001-11-10 Thread Cece
ecure puretext mail transfer Cece -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.1 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE77Utv6MQc5qvp58IRAlcTAKCUwD/OP1jKdRTphuWCt4da0EsBDACdFShY SKaZMYXkjUj9eAIZpTURu7A= =5FIh -END PGP SIGNATURE- -- PHP G