CakeFest 2025 Madrid: The Official CakePHP Conference

Voting

: seven plus zero?
(Example: nine)

The Note You're Voting On

Anonymous at spam dot org
18 years ago
Note that QUERY_STRING seems to get inherited, so to make a virtual request WITHOUT one, one needs to explicitly append a "?" to the URL of the sub-request (to cause the creation of a "null" query string). Of course, if the desired URL has its own query string, that will override and an additional "?" should not be appended.

This was with PHP 4.4.7 (released May 2007).

<< Back to user notes page

To Top