[Tutor] PHP

Corey Richardson kb1pkl at aim.com
Sat Dec 4 21:29:10 CET 2010


On 12/4/2010 2:27 PM, Kirk Bailey wrote:
> For reasons of my work, of recent I have started aquiring php.
> Straightaway, i was impressed by one powerful property; the ability to
> imbed php into a html webpage, and switch into and out of php as needed,
> and let normal ssi and html and css work the rest of the time, outside
> of php. all I have to do is start the php block with
> <?php # start the php block of code
> write code;
> ?> # end the php block
> and continue in html. What a BLOODY shame we can't do that in python,
> which is otherwise awesome and superior in every way i can thus far
> evaluate.
>
>
Actually, you CAN do that with Python. Python Server Pages (PSP) and 
mod_python enable you to do this on an Apache server.
~Corey Richardson


More information about the Tutor mailing list