Voting

: max(eight, seven)?
(Example: nine)

The Note You're Voting On

jeff at noSpam[] dot genhex dot net
20 years ago
You can also call the script from the command line after chmod'ing the file (ie: chmod 755 file.php).

On your first line of the file, enter "#!/usr/bin/php" (or to wherever your php executable is located).  If you want to suppress the PHP headers, use the line of "#!/usr/bin/php -q" for your path.

<< Back to user notes page

To Top