savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-hackers] Re: PHP


From: Richard Stallman
Subject: [Savannah-hackers] Re: PHP
Date: Fri, 13 Dec 2002 17:22:22 -0500

    You have a PHP file called hello.php

            <?php
            print "hello dude";
            ?>

    Normally, the file hello.php is accessed via a web browser and the web
    server ask to PHP to run hello.php.
    PHP run hello, and give the output to the web server, which one serves
    it to the web browser.

It sounds lie the file hello.php is run in the PHP environment.
Is that correct?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]