yes it does... /me answered myself again ;)
"Brian McGarvie" <[EMAIL PROTECTED]> wrote in message news:20021025145601.71683.qmail@;pb1.pair.com... > I presently generate pdf files as required... > > I use FPDF for writing PDF... > > I require to save these to file... is it a simple case of: > > where the script: generate_stats_view_table_pdf.php generates the PDF... > > <? > $fcontents= file > ('http://www.domain.com/autoreport/generate_stats_view_table_pdf.php'); > while (list ($line_num, $line) = each ($fcontents)) { > $display .= $line; > } > > $fp=fopen("/usr/local/psa/home/vhosts/domain.com/httpdocs/admin/hourly/stats > _detailed.pdf","w"); > fputs($fp,$display); > fclose($fp); > ?> > > TIA... > > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php