Re: Converting PHP file

2003-09-16 Thread Mike Blezien
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 -- MikeBlezien =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Thunder Rain Internet Publishing Providing Internet Solutions that work! http://www.thunder-rain.com W

Re: Converting PHP file

2003-09-16 Thread Todd Wade
"Mike Blezien" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Not having much background in PHP, that's what I am trying to figure out, is how > to grab the file after it's been generated by the PHP script, to create the > static HTML file... I know this is not the proper list for t

Re: Converting PHP file

2003-09-16 Thread David T-G
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 th

Re: Converting PHP file

2003-09-16 Thread Mike Blezien
Not having much background in PHP, that's what I am trying to figure out, is how to grab the file after it's been generated by the PHP script, to create the static HTML file... I know this is not the proper list for this question, but I was hoping someone on the list may have done this, and coul

Re: Converting PHP file

2003-09-16 Thread George Schlossnagle
On Tuesday, September 16, 2003, at 01:32 PM, Mike Blezien wrote: Thanks George,... we are considering issues you've noted below, and are looking into that too. Basically we want to take the PHP file as it would be displayed in the browser and convert it to a plain static HTML file. It maybe a

Re: Converting PHP file

2003-09-16 Thread Mike Blezien
Thanks George,... we are considering issues you've noted below, and are looking into that too. Basically we want to take the PHP file as it would be displayed in the browser and convert it to a plain static HTML file. It maybe a waste of time tho. Thx's for the info -- MikeBlezien =-=-=-=-=-=-

Re: Converting PHP file

2003-09-16 Thread George Schlossnagle
On Tuesday, September 16, 2003, at 01:07 PM, Mike Blezien wrote: 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?? A simple substitution like s/<\?php.*??\?>//gs should do the trick, but I am skeptical that

Converting PHP file

2003-09-16 Thread Mike Blezien
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?? thx's -- MikeBlezien =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Thunder Rain Internet Publishing Providing Internet Solutions that work! http://www.thunder-rain.c