RES: [PHP] Short tag: why is it bad practice?

2011-05-11 Thread Alejandro Michelin Salomon (Hotmail)
options. Alejandro M.S. -Mensagem original- De: Joshua Kehn [mailto:josh.k...@gmail.com] Enviada em: terça-feira, 10 de maio de 2011 12:19 Para: Andre Polykanine Cc: php-general@lists.php.net Assunto: Re: [PHP] Short tag: why is it bad practice? On May 10, 2011, at 11:11 AM, Andre

RE: [PHP] Short tag: why is it bad practice?

2011-05-11 Thread Daevid Vincent
-Original Message- From: Joshua Kehn [mailto:josh.k...@gmail.com] Sent: Tuesday, May 10, 2011 8:19 AM To: Andre Polykanine Cc: php-general@lists.php.net Subject: Re: [PHP] Short tag: why is it bad practice? On May 10, 2011, at 11:11 AM, Andre Polykanine wrote: Hi everyone

Re: [PHP] Short tag: why is it bad practice?

2011-05-11 Thread Andre Polykanine
://facebook.com/menelion Original message From: Daevid Vincent dae...@daevid.com To: php-general@lists.php.net Date created: , 9:55:23 PM Subject: [PHP] Short tag: why is it bad practice? -Original Message- From: Joshua Kehn [mailto:josh.k...@gmail.com] Sent: Tuesday

Re: [PHP] Short tag: why is it bad practice?

2011-05-11 Thread David Harkness
On Wed, May 11, 2011 at 11:55 AM, Daevid Vincent dae...@daevid.com wrote: ?= $foo ? is generally NOT what the short tags controversy are about. It's the use of ? Some php here ? vs. ?php some php here ? This is the same thing my colleague told me when I first joined and began learning PHP

[PHP] Short tag: why is it bad practice?

2011-05-10 Thread Andre Polykanine
Hi everyone, Many times I heard that the following two peaces of code are written in a bad manner: 1. ? echo Hello, world!; ? 2. form action=script.php method=post pYour e-mail: input type=text id=uemail name=uemail value=?=$f['Email']?/p ... /form As for now, I use both quite often.

Re: [PHP] Short tag: why is it bad practice?

2011-05-10 Thread Joshua Kehn
On May 10, 2011, at 11:11 AM, Andre Polykanine wrote: Hi everyone, Many times I heard that the following two peaces of code are written in a bad manner: 1. ? echo Hello, world!; ? 2. form action=script.php method=post pYour e-mail: input type=text id=uemail name=uemail