skip to content rich footer

stevenclark.com.au

subscibe to the StevenClark.com.au rss feed

PHP Tip: Don’t use Echo to Code XHTML

Here is a simple tip for anyone new to PHP (Hypertext Preprocessor) programming on the Web. When you go to output XHTML (or HTML, for that matter) don’t use the echo function. For example, the short-sighted way to do this would be:

echo "<p>Your $variable1; makes me want to go straight home</p>";

You should be able to see that varying amounts of complex XHTML, including backslashes throughout all the extra syntax of XHTML attributes, is going to rapidly become harder to maintain. Instead what you should be doing is closing your PHP block at an appropriate point and then outputting XHTML as it’s born and raised. If you’ve got a variable to output just insert a PHP block in there to call the variable:

<p>Your <?php echo $variable1; ?> makes me want to go home.</p>

The main reason for doing this is because the XHTML rapidly becomes unmaintainable if you’ve got to deal with all of the extra syntactic debugging involved with PHP. So, don’t go there. Continually outputting XHTML as PHP echo statements is something I’d consider a novice’s habit, and one that should be cast aside at the earliest point.

A small tip but hopefully one that might save a little grief for someone, somewhere. In short, place PHP variables into XHTML and not the other way around.

Comments are closed.

Stand Up Guy

Steven Clark Steven Clark - the stand up guy on this site

An icon for overweight middle aged bogun-geek web designers. A lego block in a Meccano world. A synergy of tattoos, memories of bare knuckle fist fights, and old episodes of Star Trek. My name is Steven Clark and I'm a highly opinionated web designer with a few good ideas. I'm too old for fist fights.

My Photography Blog

My photography blog Walk a Mile in my Shoes is back up and running. Due to bandwidth issues it's only one image at a time and not full text in the RSS feed. It's licensed under creative commons , meaning not for commercial use and you need to attribute, otherwise drop me a line via the contact form on this site.

My Links Blog

You might also like to check out my links blog over at Nortypig.com to learn more about everything worth mentioning.

My Illustrations

Currently I only have a static page for illustrations but if time allows I'd like to start another illustration blog.

Declaration of Independence

Site Content

Developed and published by Steven Clark

Site Supporters

Hosted by Brett at Tashosting

skip to top of page

Currently Reading

Here Comes Everybody by Clay Shirky (cover)

Clay Shirky's Here Comes Everybody: The Power of Organizing without Organizations has been on my bookshelf for the last few months literally screaming to be read. In fact, I'm wondering how I got so sidetracked to have reached the end of the year without having consumed it. The message of the book is an area of my own fascination, the effects that our new technologies have on the way we relate to each other, and how we're now empowered in ways that were historically unheard of (or not even conceived of) not too long ago.

I'm a small town boy who grew up in the seventies, graduating high school in 1979. The world was slower - how did we survive without Wikipedia? Without MSN or Facebook? Nowdays we have flashmobbing and blogging and constant connection.