Re: [PHP] handling large files w/readfile

2004-12-26 Thread Heilig \(Cece\) Szabolcs
of memory needed is based on your buffer size. -- = Heilig (Cece) Szabolcs - [EMAIL PROTECTED] - http://www.phphost.hu = -- PHP General Mailing List (http://www.php.net

Re: [PHP] redirect without using header

2002-11-13 Thread Heilig (Cece) Szabolcs
() at 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

Re: [PHP] redirect without using header

2002-11-13 Thread Heilig (Cece) Szabolcs
(); ? = Heilig (Cece) Szabolcs - [EMAIL PROTECTED] - http://www.phphost.hu = -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2002-09-17 Thread Heilig (Cece) Szabolcs
, 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 problem, if you interested. Heilig (Cece) Szabolcs -- PHP