I am following this PHP tutorial for getting hold of some basic PHP stuff -> http://html.net/tutorials/php/lesson10.php.
Here it says that if we enter an URL like this:-> http://html.net/page.php?name=Joe, it will pass value "Joe" to the variable "name" of the page.php script.
This makes me wonder if we can pass multiple names (except that of Joe) to page.php script via something like http://html.net/page.php?name!=Joe ? Is this legal syntax or is there another way of achieving this.
http://html.net/page.php?not_name=Joeand then you just code it knowing that it'snot_nameofJoe... lol