Re: [PHP-WIN] HTML in PHP to a File

2005-01-13 Thread Michael Adams
On Wed, 12 Jan 2005 20:46:46 -0500 "MikeA" <[EMAIL PROTECTED]> wrote: > I have a PHP file that outputs HTML to the Internet to a user. The > user also wants to be able to print that output to a printer. The > user wants it formatted with page breaks in the proper place and so > on. Using one PH

Re: [PHP-WIN] HTML in PHP to a File

2005-01-13 Thread David Elliott
Hail Mike, The ancient mystics foretold that on 13 January 2005, at 03:05:02 +0100 (which was 01:46 where I live) Mike rearranged electrons to get > I have a PHP file that outputs HTML to the Internet to a user. The user > also wants to be able to print that output to a printer. The user wants >

Re: [PHP-WIN] HTML in PHP to a File

2005-01-13 Thread Jason Barnett
*Warning* I don't really suggest that you use eval() unless absolutely necessary. But in this case it does what I *think* you want it to do. http://www.php.net/manual/en/function.eval.php Luis Moreira wrote: What do you mean by "it doesn't work" ? It does (the minitest, I mean). Luis MikeA wrote

Re: [PHP-WIN] HTML in PHP to a File

2005-01-13 Thread Luis Moreira
What do you mean by "it doesn't work" ? It does (the minitest, I mean). Luis MikeA wrote: I have a PHP file that outputs HTML to the Internet to a user. The user also wants to be able to print that output to a printer. The user wants it formatted with page breaks in the proper place and so on.