Thanks all for the feedback, apologize for going off-topic, it kinda happened that way while in trying to figure out away to do this.

thx's
--
Mike<mickalo>Blezien
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Thunder Rain Internet Publishing
Providing Internet Solutions that work!
http://www.thunder-rain.com
Web Hosting
http://www.justlightening.net
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


>>David T-G wrote:
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





-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to