I downloaded free membership user login script-->FP Membership V 2.0 [beta] from "http://www.awesomephp.com/?Membership-2" & installed it on my server as suggested in its documentation but its register & login pages are not working.There was also a instruction: You can implement login.php,register.php pages by simply using PHP include into your current page. When including the files, you need to do the following two steps: 1| Include the file (ex. login.php) where you want the HTML to appear. 2| Include the file extension (ex. extensions/page.php) extension on the top most of your site (before any HTML is outputted). Currently the files do not include the extensions by default, You will need to un-comment the include file and place it on top-most of your site. I am not able to follow this steps so please provide detail description on how to do this. I am beginner to php scripts