Voting

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

The Note You're Voting On

linn at backendmedia dot com
19 years ago
For those of you who want the old CGI behaviour that changes to the actual directory of the script use:
chdir(dirname($_SERVER['argv'][0]));

at the beginning of your scripts.

<< Back to user notes page

To Top