Voting

: zero minus zero?
(Example: nine)

The Note You're Voting On

phpnotes at ssilk dot de
20 years ago
To hand over the GET-variables in interactive mode like in HTTP-Mode (e.g. your URI is myprog.html?hugo=bla&bla=hugo), you have to call

php myprog.html '&hugo=bla&bla=hugo'

(two & instead of ? and &!)

There just a little difference in the $ARGC, $ARGV values, but I think this is in those cases not relevant.

<< Back to user notes page

To Top