I am keeping up a website that someone else made and I updated from PHP 4 to php5.2.4. He has a hyperlink that gos to here.
http://sega81.com/php/live/multiplexer.php4?wc=&wc=ADAM
Where ADAM is the information that is being passed to the multiplexer.php4 file.
The file iteself referneces that variable as $wc.
I remember that when sending post data using a form you use
$wc = $_POST['wc'];
and then you can reference it using $wc. But This does not work in this instance.