Re: [PHP] Simple Example of Passing on a file through a PHP script

2002-07-03 Thread 1LT John W. Holmes
> $fd = fopen($filename,'r'); > fpassthru($fd); or readfile($filename); Saves you an fopen call, same result... ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Simple Example of Passing on a file through a PHP script

2002-07-03 Thread joakim . andersson
002 2:05 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Simple Example of Passing on a file through a > PHP script > > > I want to show info when my docs are viewed though my stats > program. I have > decieded the best way would be to put the info into a DB > through php f

[PHP] Simple Example of Passing on a file through a PHP script

2002-07-03 Thread JJ Harrison
I want to show info when my docs are viewed though my stats program. I have decieded the best way would be to put the info into a DB through php file then output the PDF, Excel, Zip or Powerpoint file. Only trouble is I have no Idea how to do this -- JJ Harrison [EMAIL PROTECTED] www.tececo.com