Hi,
This was am using in my code:
echo "<table>";
echo "<tr><td><b>Please, confirm or reject: </b></td><td><a href='thanks.php'>Confirm</a></td>";
echo "<td><a href='reject.php?name=$name&officerid=$pofficerid&officername=$pofficername&txt1=$ss'>Reject</a></td></tr>";
echo "</table>";
On clicking Reject link, my all values(name,offiderid,officername,txt1) that am passing through hyperlink tag getting visible in the URL.
I don't need the user, to see my passing values in the URL. How can i encoded ? Please help me out thanks....