My Site expample.com is displaying the metakeywords and mte description in view source however when i download index.php to modify the same its not displaying in that. Please Suggest
Your index.php is probably pulling the meta information from another PHP file. In index.php do you see anything that says "include" and then has a file with a .php extension? If you see another PHP file within index.php then check that file for your meta information. This is just a guess. Though to tell what you are dealing with from your post.