Seen this on many hotels, taking off well. Might design a theme, if I may?
![]()
Sure, why not? A lot of people have asked me in PMs and what not.
Haven't tested it, nor likely will I, but the whitespacing you're using in PHP is fucking weird, and I'm speaking professionally here. You know condensing your code to fewer lines by removing line breaks doesn't speed it up at all right? It just makes it look stupid.
Looking at the actual code in a normal formatting, it's not horrible, but it could use some work. A lot of the logic portions seem jumbled or inefficient. You're using ifs in some places where switches or whiles would be more appropriate.
Haha. I do all of my coding in word pad... Hence why everything is aligned incorrectly. Although it is easier for me to understand it and what not. Though I do agree that it can be improved


