there is my script'anyway i am new to php and any help is apprecited thanks.
<?php
// Connect to database
mysql_connect(" localhost", "root", "") or die(mysql_error ());
mysql_select_db ("Massive") or die(mysql_error ());
$fp = fopen("emp.txt" , "r") // Open the file for reading
while ($line = fgets($fp)) { // Loop through each...