Voting

: min(three, nine)?
(Example: nine)

The Note You're Voting On

luis dot angelino at laweb dot com dot br
1 year ago
If you are using this:

#!/usr/local/bin/php

You can add "-q" at the end of it and the headers will be removed, beacuse header_remove will not remove "Content-type"

#!/usr/local/bin/php -q

<< Back to user notes page

To Top