On 13 Apr 2001 17:39:49 -0700 AD in php.general, Jason Caldwell said: 

>Is there a utility that I can use that will take a bunch of HTML and
>encapsulate it in the PRINT command?
>
>i.e.
>
>PRINT("{html stuff}\n");
>
>??
>
>I have a ton of HTML pages that I want to make dynamic, but dread having to
>type the PRINT command in front of every line of html, and let alone having
>at manually add the slashes... urg.

You don't need to make major changes to your HTML pages. Just embed the PHP 
into your HTML page wherever it's needed. Your web server will still treat a 
PHP page as an HTML except that the PHP code embedded in it is executed on 
the web server. However SSI commands will have to be replaced with their PHP 
equivalents.

-- 
=======================================================================
Patrick Dunford, Christchurch, NZ - http://pdunford.godzone.net.nz/

   And my God will meet all your needs according to his glorious
riches in Christ Jesus.
    -- Philippians 4:19
http://www.heartlight.org/cgi-shl/todaysverse.cgi?day=20010413
=======================================================================
Created by Mail2Sig - http://pdunford.godzone.net.nz/software/mail2sig/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to