[PHP] Re: php-speed

2002-06-13 Thread Leon Mergen
"Philipp Melab" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Yes, Ithought that embedding must be faster too. But I was confused because > in nearly every PHP-Beginner Tutorial/Book I've seen the Hello-World > Example looks like this: > > echo ""; > echo ""

[PHP] Re: php-speed

2002-06-13 Thread Philipp Melab
Yes, Ithought that embedding must be faster too. But I was confused because in nearly every PHP-Beginner Tutorial/Book I've seen the Hello-World Example looks like this: "; echo ""; echo "..."; echo ""; echo ""; echo "Hello World!"; echo ""; echo ""; ?> funny, isn't it?

[PHP] Re: php-speed

2002-06-13 Thread Philipp Melab
Yes Leon Mergen wrote: > > "Philipp Melab" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... >> - embedding PHP in HTML >> - or printing HTML via PHP > > With embedding PHP in HTML, do you mean using server side includes or do > you mean by having a .php file

[PHP] Re: php-speed

2002-06-13 Thread Leon Mergen
"Philipp Melab" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > - embedding PHP in HTML > - or printing HTML via PHP With embedding PHP in HTML, do you mean using server side includes or do you mean by having a .php file and having a layout like this: