Kevin Waterson wrote:
> >
> > But, the matter in hand.
> > cgi is on the way out and the smart money is on php (see www.php.net)
> > you ned to use the php module
> >
> > Then, you need only to use a line like
> >
> > <html><head><title>Hello World</title>
> > <body>
> > <?php echo "Hello World!"; ?>
> > </body></html>
> >

I think CGI, PHP, mod_perl and custom Apache modules are all
complimentary.  There are certainly reasons to choose one over the
other, and they vary with your application.  Note my mentioning of
custom Apache modules -- writing an Apache module isn't that hard,
really, and provides very good performance.

        -hpa

-- 
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to