Jump to content

PUSPARGHYA MUKHERJEE

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by PUSPARGHYA MUKHERJEE

  1. <?php$myfile = fopen("webdictionary.txt", "r") or die("Unable to open file!");echo fgets($myfile);fclose($myfile);?> Please make me understood the above code line by line.I am not getting this properly after running it in w3c tryiteditor
×
×
  • Create New...