Voting

: eight minus six?
(Example: nine)

The Note You're Voting On

mike o.
15 years ago
The default php.ini on your system as of in PHP 5.3.0 may exclude cookies from $_REQUEST. The request_order ini directive specifies what goes in the $_REQUEST array; if that does not exist, then the variables_order directive does. Your distribution's php.ini may exclude cookies by default, so beware.

<< Back to user notes page

To Top