[thelist] php curiosity

Jason Morehead jmorehead at alphalincoln.com
Tue Feb 20 11:01:24 CST 2001


hey all...

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

i know we're probably talking about miniscule differences... and 
yeah, i know it's kind of anal, but efficient code is a beautiful 
thing, no?  just curious...

jason
-- 
http://www.alphalincoln.com/
alphagraphics of nebraska - web services
201 n 14th - lincoln, ne 68508 - 402.475.0000




More information about the thelist mailing list