rc3.org

Since 1998.

rc3.org header image 1

PHP tip of the day

March 3rd, 2008 · 2 Comments

I didn’t know until just now that you don’t need to include the closing ?> in PHP files that consist entirely of code. The Drupal coding standards explain why you probably want to leave it out:

Note that the final ?> should be omitted from all code files–modules, includes, etc. The closing delimiter is [...]

[Read more →]

Tags: ·