Activity Stream
48,167 MEMBERS
6810 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 4 of 4
  1.     
    #1
    Member
    Website's:
    maxneeds.info

    Question Filesize PHP

    Pls help me to make this working :

    <?php
    $filename = somefile.txt;
    if ($filename =>7000 bytes){
    delete $filename}
    ?>
    Porsche_maniak Reviewed by Porsche_maniak on . Filesize PHP Pls help me to make this working : <?php $filename = somefile.txt; if ($filename =>7000 bytes){ delete $filename} ?> Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    Pirateview.org Gfxs.org StarkWood.org
    this should make the work dude

    <?php

    $filename = somefile.txt;
    $size = filesize($filename);
    if($size => 7000){
    //do what you want.
    }

    ?>

  4.     
    #3
    Member
    Website's:
    maxneeds.info
    Tnx NucleA

  5.     
    #4
    (╯?□?)╯︵ ┻━┻
    Website's:
    Xenu.ws WarezLinkers.com SerialSurf.com CracksDirect.com
    Code: 
    if(filesize("somefile.txt") >= 7000) {
    //woot
    }
    Projects:
    WCDDL - The Professional DDL Script
    Top Secret Project: In Development - ZOMG
    ImgTrack - Never Have Dead Images Again!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Max filesize over 15GB?
    By uzonigor in forum File Host Discussion
    Replies: 4
    Last Post: 1st Nov 2012, 04:00 PM
  2. Rapidshare Max filesize
    By Biqu3 in forum File Host Discussion
    Replies: 7
    Last Post: 5th Feb 2012, 03:38 AM
  3. Upload Filesize
    By cyb3r in forum Webmasters, Money Making
    Replies: 5
    Last Post: 10th Nov 2011, 03:14 PM
  4. what is Megaupload filesize limit ?
    By automan in forum File Host Discussion
    Replies: 5
    Last Post: 15th Sep 2011, 12:31 AM
  5. netload filesize
    By ivan1666 in forum File Host Discussion
    Replies: 5
    Last Post: 27th Mar 2011, 06:55 AM

Tags for this Thread

BE SOCIAL