Yes, that worked. Nice and effective solution. Thank you. On Tue, Jun 25, 2002 at 09:51:21AM -0400, Erik Price wrote: <snip> > > If you know for a fact that the ending tag for each file is consistent > and always that same tag, here's an idea. Determine or specify the > length of the ending tag (in other words "</html>" would be a length of > 7 [characters]). Now move your file pointer to (file's total > characters - length) so that it is immediately before the ending tag. > Append your data, then manually append the ending tag. > <snip> -- Bill Amsterdam, NL
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php