hi as we know that in Php $_POST variable example taken form : _http://www.w3schools.com/php/php_post.asp <form action="welcome.php" method="post"> Name: <input type="text" name="fname"> Age: <input type="text" name="age"> <input type="submit"> </form> we use input type=" " to pass value is there any other method to pass hidden value to $_POST variable.....i want hidden form when user click on [click here](no submit form/input type="submit") Thanks