Jim,
PHP works with your server to generate the HTML output, so PHP is "running" 
all the time, it's not like a CGI script. PHP code is embedded in your HTML 
pages, so you can use it to control the generated HTML. You can turn it on 
and off within the page. Carefully look at Chapter 1 Page 1 of the manual 
"What is PHP?"

Then look at a couple of the tutorials at www.thickbook.com, WeberDev, 
Devshed, and so on. The concept will become clearer. From there on, take it 
away; it's powerful, flexible and occasionally frustrating and embarrassing 
(like all languages).

So you can have little pages full of buttons or links which open up other 
pages, or sometimes a lot of PHP script generating relatively few lines of 
code, all depending on various conditions.

Miles Thompson


At 07:21 PM 2/25/01 -0500, Jim Lum wrote:
>Hi,
>
>I have PHP installed on a Win95 machine.  What I'd like to do is to use
>a PHP page that will create multiple HTML pages.
>
>I guess that I can execute PHP.EXE multiple times, but was thinking that
>this means that it's going thru the overhead of starting up PHP.EXE each
>time.  Is there any way to tell PHP.EXE to build multiple HTML pages,
>i.e., kind of like a loop?
>
>Jim
>
>--
>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]


-- 
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