<html>
<body>

Your First Name is :<?php echo $_POST("name"); ?>
Your Last Name is :<?php echo $_POST("lname"); ?>

</body>
</html>


What is wrong in this???
It says "Function name must be a string in on line 4"