PHP 8.5.0 Alpha 4 available for testing

Voting

: zero plus three?
(Example: nine)

The Note You're Voting On

-
23 years ago
If you trying to output a user-written file on a page for verifying, editing, etc, you'll want to use fopen(), fread(), htmlentities() to avoid malicious code. Text from fpassthru, while not parsed per se can still mess up the display of a page (or at least it did for me!) --mt.

<< Back to user notes page

To Top