Mike, et al --

...and then Mike Blezien said...
% 
% Hello all,
% 
% is the a module or scripting method, in Perl, to strip a PHP file of it's 
% coding and convert it to a pure static HTML file??

I speak PHP :-)

Since you want "pure static HTML" I'll figure that you really want the
output of the php script rather than the script itself converted to
something.  In that case, just save the page from your browser, run lynx
or wget or friends and spit the output to a file, or if the scripts are
yours then just

  php -q < /path/to/script > /path/to/out.html

from the command line (assuming, of course, that you have the command-line
version of php built and available, but if they're your php scripts then
you very probably do).

I have to ask, though...  Why on earth would you ask this on a perl list
instead of a php list? :-)


% 
% thx's
% 
% -- 
% Mike<mickalo>Blezien


HTH & HAND

:-D
-- 
David T-G                      * There is too much animal courage in 
(play) [EMAIL PROTECTED] * society and not sufficient moral courage.
(work) [EMAIL PROTECTED]  -- Mary Baker Eddy, "Science and Health"
http://justpickone.org/davidtg/      Shpx gur Pbzzhavpngvbaf Qrprapl Npg!

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to