Results 1 to 1 of 1

Thread: Opening a File

  1. #1
    Join Date
    Apr 2005
    Posts
    46,704

    Default Opening a File

    <?php
    $file=fopen("filename.txt","r");
    ?>
    Last edited by minisoji; 03-08-2014 at 09:23 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •