Quote:
Originally Posted by axipher 
this is what I did, rather then constantly closing and re-opening PHP code tags, or increasing the number of files on the server, I just made use of the echo command. On a fast enough server, you will not notice a speed difference, not sure if there would really be one anyway.

this is what I did, rather then constantly closing and re-opening PHP code tags, or increasing the number of files on the server, I just made use of the echo command. On a fast enough server, you will not notice a speed difference, not sure if there would really be one anyway.
That's my prefered approach most of the time.
It's cleaner to do it all in one block, rather than having new sets of tags each time you close a div or something haha.
PS: Also use single quotes rather than double (for speed).





