Re: [PHP] General Coding Question

2001-06-22 Thread George Whiffen
ch to my eyes > > is much prettier :) > > ?> > > > > > > > > -Original Message- > > > From: James Stevens [mailto:[EMAIL PROTECTED]] > > > Sent: Wednesday, June 20, 2001 12:23 PM > > > To: [EMAIL PROTECTED] > > > Subje

RE: [PHP] General Coding Question

2001-06-21 Thread Merio, Quinn
lot easier to read when switching between large blocks of html. q. -Original Message- From: James Stevens [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 20, 2001 10:23 AM To: [EMAIL PROTECTED] Subject: [PHP] General Coding Question Does it have any effect on performance in either case

Re: [PHP] General Coding Question

2001-06-21 Thread Christian Reiniger
On Thursday 21 June 2001 09:31, Ray Hilton wrote: XML allows both single and double quotes for attributes, and XHTML is defined as XML DTD, so it allows it too. > I don’t think that’s XHTML complient... Correct me if im wrong? > > -Original Message- > im here to start a flamewar. > > do

RE: [PHP] General Coding Question

2001-06-21 Thread Ray Hilton
I don’t think that’s XHTML complient... Correct me if im wrong? -Original Message- From: Chris Lee [mailto:[EMAIL PROTECTED]] Sent: 20 June 2001 23:50 To: [EMAIL PROTECTED] Subject: Re: [PHP] General Coding Question im here to start a flamewar. dont use " then. why not use '

RE: [PHP] General Coding Question

2001-06-21 Thread Jason Murray
> this whole bench thing really needs someone to sit down and go "i bet i > could write some code to see in less time then it would take to post ?" dont > get mad, people are allways posting this. > > " is this aster then that ? " > > write some code and see. its very hardware/os dependant. your

RE: [PHP] General Coding Question

2001-06-21 Thread Jason Murray
> You don't use a lot of javascript, do you? Start your JS with \" and end it with \" inside PHP code. No biggie. Jason -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administr

Re: [PHP] General Coding Question

2001-06-20 Thread Peter Dudley
You don't use a lot of javascript, do you? ""Chris Lee"" <[EMAIL PROTECTED]> wrote in message 9gr5f9$v2$[EMAIL PROTECTED]">news:9gr5f9$v2$[EMAIL PROTECTED]... > im here to start a flamewar. > > dont use " then. why not use ' ? > > echo " > >" > > echo " > >" > I like the second

Re: [PHP] General Coding Question

2001-06-20 Thread Chris Lee
age- > > From: James Stevens [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, June 20, 2001 12:23 PM > > To: [EMAIL PROTECTED] > > Subject: [PHP] General Coding Question > > > > > > Does it have any effect on performance in either case if a file is > > compl

RE: [PHP] General Coding Question

2001-06-20 Thread scott [gts]
e thi (which, to me, is terrible form) echo " -Original Message- > From: James Stevens [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 20, 2001 12:23 PM > To: [EMAIL PROTECTED] > Subject: [PHP] General Coding Question > > > Does it have any

Re: [PHP] General Coding Question

2001-06-20 Thread Chris Lee
this whole bench thing really needs someone to sit down and go "i bet i could write some code to see in less time then it would take to post ?" dont get mad, people are allways posting this. " is this aster then that ? " write some code and see. its very hardware/os dependant. your system may be

[PHP] General Coding Question

2001-06-20 Thread James Stevens
Does it have any effect on performance in either case if a file is completely done in PHP(1) or interspersed with PHP(2). (1) "; ... ?> (2) ... ... Also, and this is personal preference, which is easier to read/debug? James -- PHP General Mailing List (http://www.php.net/) To unsubscribe,