hi, i'm a newbie here and so in php or any other programing languages. I found this site in google, and i think it's really good cuz you guys seem to know a lot about php, or i can say you guys are masters.
anyway, here is the problem:
on the first page, i have a link like this
<a href="watever.php?test=1>testing</a>
on the second page:
<?
$test = array(1=>"chicken", 2=>"beef");
?>
<? echo $test ?>
you can see, i'm trying to use the url of the first page to send the value to the second page....
but no way on earth, it's gonna work for me with that code. if any one knows how to, please show me; thanks a lot.