ConFoo Montreal 2026: Call for Papers

Voting

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

The Note You're Voting On

nospam at php dot net
25 years ago
If you are trying to parse a CGI script to your webserver which needs arguments, take a look to the virtual() function .. it took me long before i found out it existed...
It's used like this:
<?php
virtual
("/cgi-bin/lastuser.cgi?argument");
?>
And that works excellent now for me

<< Back to user notes page

To Top