[PHP] How can I tell if an output stream is finished?

2006-03-05 Thread Al
I have a page that resizes an image to be included in a html page, using: echo img src=\$rel_mapfile\ alt=\Course Map\\n; unlink($rel_mapfile); I need the other html stuff on the page so I need to fetch a file from the server to include in the page. So, I resized the image and saved it as a

Re: [PHP] How can I tell if an output stream is finished?

2006-03-05 Thread Satyam
sugestions, I hope they help. Satyam - Original Message - From: Al [EMAIL PROTECTED] To: php-general@lists.php.net Sent: Sunday, March 05, 2006 9:17 PM Subject: [PHP] How can I tell if an output stream is finished? I have a page that resizes an image to be included in a html page, using

Re: [PHP] How can I tell if an output stream is finished?

2006-03-05 Thread Al
I tell if an output stream is finished? I have a page that resizes an image to be included in a html page, using: echo img src=\$rel_mapfile\ alt=\Course Map\\n; unlink($rel_mapfile); I need the other html stuff on the page so I need to fetch a file from the server to include in the page