Jump to content

code source Indentation


Razeor

Recommended Posts

Hey all,

 

I'm a newbie in the php game although I have been playing with html and css for quite some time.

 

When looking at the browser source code I like to have it readable with proper indentation. I have not been able to do this to nicely with php so i was wondering how you all go about it.

 

The two ways I usually go about it is either write the html outside of php tags but that creates a lot of open and closed tags. The other option I have seen is to use /t's in the php code when printing html. This looks ok but can cause problems when you go back up your code and make modifications.

 

So how do the experts do it?

Link to comment
https://forums.phpfreaks.com/topic/183079-code-source-indentation/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.