PHPverse 2025

Voting

: three plus four?
(Example: nine)

The Note You're Voting On

tim at sharpwebdevelopment dot com
7 years ago
The header call can be misleading to novice php users.
when "header call" is stated, it refers the the top leftmost position of the file and not the "header()" function itself.
"<?php" opening tag must be placed before anything else, even whitespace.

<< Back to user notes page

To Top