when I try to pass data thru URL using embedded links, the receving page doesn't automatically populate the php variables. Does anyone know why?
for example...
<a href="test.php ?name=bob&gender=male">name and gender</a>
The $name and $gender come out to be blanks? Any suggestions?
for example...
<a href="test.php ?name=bob&gender=male">name and gender</a>
The $name and $gender come out to be blanks? Any suggestions?