[thelist] php curiosity

Nicole Parrot nicole at parrot.ca
Tue Feb 20 11:04:54 CST 2001


I don't know about PHP, but I was told by Microsoft people that the second
presentation is less costly in ASP, because it avoids context switching.

I would assume the same for PHP, but I could be wrong

Nic
Theforce.net

----- Original Message -----
From: "Jason Morehead" <jmorehead at alphalincoln.com>
>
> i'm just curious...  let's say that i have 3 php statements:
>
> <?php foo1 ?>
> <?php foo2 ?>
> <?php foo3 ?>
>
> is writing it that way more resource-intensive than writing them as:
>
> <?php
> foo1
> foo2
> foo3
> ?>






More information about the thelist mailing list