You may like how the current batch of php driven cms products look. They tend to have a very unified interface, with some decent thought put into the look and feel of the output.As bhartzer says, php has zero to do with the html and design of the site, my guess is you like how say mambo, or whatever, look.
There are certain things however that tend to make scripted sites in general look a bit more pro, if they're done well, such as the fact that they usually tend to be built using blocks of data, like nav bars, headers, footers, etc, not randomly coded html. But you can run php as html too, most of my sites have that clean look and the pages are all with .html extensions, although they are all php generated.
Or maybe it's just because php coders are better... ;-), just kidding... open source does tend to attract a type that likes hacking at code, might also have something to do with it.
|