I'm kinda new to this PHP stuff so if the following seems strange please forgive me. 🙂
Is there such a thing as good coding and design practice with PHP or is it all the same? Like for example - instead of using echo and printf to output your generated lines - I noticed some people use embedded PHP within HTML to eliminate extraneous echo quoting and such. I guess that was a good example... I personally don't like the messy echo and printf stuff.
Someone please enlighten me on what's current practice-wise. And if possible, if you have some bookmarked sites that explain this stuff to a newb that would be great. Pratical examples would be great also.
Thanks in advance.