PHP Conference Kagawa 2025

Voting

: min(six, seven)?
(Example: nine)

The Note You're Voting On

guilleva at gmail dot com ΒΆ
20 years ago
When you need to set the QUERY_STRING variable into a page included with the "virtual" function do this:

virtual ("some_page.shtml?$QUERY_STRING");

apache_setenv does not work for this case.

<< Back to user notes page

To Top