Please look have at the following code:
Connections are alright.
file1.php
<td><a href = \"file2.php?test = ".$rec->ID."\">Click here to see Biodata</a></td></tr>";
file2.php
I have tried in two ways:
$a = $HTTP_POST_VARS['test']; // $a returns nothing
$b = $_GET['test'];// again $b holds nothing
What is my mistake? I am using PHP 5.1.6 and apache-2.0.xx-win32-x86.zip