Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Releases
Non-local Online Users Script -- Evaluate my Code
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Heaplink" data-source="post: 227012" data-attributes="member: 8966"><p>Next...</p><p></p><p>This is the errors:</p><p> </p><p>- PHP inside HTML markup (unless you really wan't to echo HTML, but I recommend NOT to do it)</p><p>- The content does not go into HTML tags, it goes in body tags (google for a HTML5 template)</p><p>- Use require_once to make it faster, and more stable (include will include a file no matter what, require_once ensures this only happens once and outputs proper errors/warnings)</p><p> </p><p>Yeah...</p><p> </p><p>Also when you're not using PHP inside any HTML markup (like a PHP only file) you don't need the ?> (php end of file). This is also faster in the longer run.</p></blockquote><p></p>
[QUOTE="Heaplink, post: 227012, member: 8966"] Next... This is the errors: - PHP inside HTML markup (unless you really wan't to echo HTML, but I recommend NOT to do it) - The content does not go into HTML tags, it goes in body tags (google for a HTML5 template) - Use require_once to make it faster, and more stable (include will include a file no matter what, require_once ensures this only happens once and outputs proper errors/warnings) Yeah... Also when you're not using PHP inside any HTML markup (like a PHP only file) you don't need the ?> (php end of file). This is also faster in the longer run. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
Non-local Online Users Script -- Evaluate my Code
Top