Re: [PHP] Formatting an ECHO statement.

2010-10-19 Thread Shreyas Agasthya
Thanks for that detailed mail, Admin. The i was an example and I wanted to understand how does one go about the whole formatting. Nonetheless, I am pretty well informed after this thread. Thanks once again, everyone. Regards, Shreyas On Tue, Oct 19, 2010 at 10:09 AM, Paul M Foster

Re: [PHP] Formatting an ECHO statement.

2010-10-19 Thread a...@ashleysheridan.co.uk
://www.ashleysheridan.co.uk - Reply message - From: Cris S ssski...@gmail.com Date: Tue, Oct 19, 2010 03:46 Subject: [PHP] Formatting an ECHO statement. To: php-general@lists.php.net At 15:12 18 10 10, Shreyas Agasthya wrote: Thanks all for their input. Some of the learnings from the thread : 1. i tag

Re: [PHP] Formatting an ECHO statement.

2010-10-19 Thread tedd
At 12:39 AM -0400 10/19/10, Paul M Foster wrote: On Mon, Oct 18, 2010 at 10:46:41PM -0400, Cris S wrote: -snip- (of no importance) Please go back to lurking. We'd all appreciate it, and you'll be happier. Paul -- Paul M. Foster I agree with Paul on this one. Chris S has no idea of what we

RE: [PHP] Formatting an ECHO statement.

2010-10-19 Thread Bob McConnell
From: Cris S Someone needs to hire me now, to keep me busy and stop me from taking this issue apart one piece at a time. Kee-rist. That's not likely to happen soon. You have demonstrated here that you are immature and have very little self-control or self-respect. There is no way you would be

[PHP] Formatting an ECHO statement.

2010-10-18 Thread Shreyas Agasthya
Team, A bit of silly one but like my book says, there are no dumb questions, I am asking it here. If I have : $other=Whatever; and I do: echo 'Other Comments:' .$other. 'br/ works perfectly well and prints the value. What if I want to, now, italicize the value of $other with the above

RE: [PHP] Formatting an ECHO statement.

2010-10-18 Thread Ford, Mike
-Original Message- From: Shreyas Agasthya [mailto:shreya...@gmail.com] Sent: 18 October 2010 11:10 A bit of silly one but like my book says, there are no dumb questions, I am asking it here. If I have : $other=Whatever; and I do: echo 'Other Comments:' .$other. 'br/

Re: [PHP] Formatting an ECHO statement.

2010-10-18 Thread tedd
At 9:47 AM -0400 10/18/10, Steve Staples wrote: or create a style sheet, with a class definition for italic. Steve. +1 The best practices way to do it. Don't style output in an echo statement, but rather put styling in a css sheet, It's much cleaner there. Cheers, tedd -- ---

Re: [PHP] Formatting an ECHO statement.

2010-10-18 Thread Cris S
(including search engines, screen readers, etc) to infer a meaning for than span class=bold_textimportant message/span Thanks, Ash http://www.ashleysheridan.co.uk - Reply message - From: tedd tedd.sperl...@gmail.com Date: Mon, Oct 18, 2010 17:51 Subject: [PHP] Formatting an ECHO statement

Re: [PHP] Formatting an ECHO statement.

2010-10-18 Thread Cris S
At 15:12 18 10 10, Shreyas Agasthya wrote: Thanks all for their input. Some of the learnings from the thread : 1. i tag is getting deprecated. Not in HTML5. 2. Use em and strong Both? Read that shit again, buckwheat. And by that shit I do mean the standards, not what Joe Bloe told you.

Re: [PHP] Formatting an ECHO statement.

2010-10-18 Thread Paul M Foster
On Mon, Oct 18, 2010 at 10:46:41PM -0400, Cris S wrote: At 15:12 18 10 10, Shreyas Agasthya wrote: Thanks all for their input. Some of the learnings from the thread : 1. i tag is getting deprecated. Not in HTML5. 2. Use em and strong Both? Read that shit again, buckwheat. And by