Search:

Type: Posts; User: rsmaha; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    3,332

    create log file after download

    Hi All,

    Before that i have used below code to create log file using PHP. The code is

    // log downloads
    if (!LOG_DOWNLOADS) die();

    $f = @fopen(LOG_FILE, 'a+');
    if ($f) {
    @fputs($f,...
  2. Replies
    0
    Views
    1,482

    Downoading problem

    Hi All,

    My server have php 4.7.7 config. my localhost is 5.3.0 ,.To download an audio i have taken so many php scripts from web. Its working.

    But the problem is , download will be...
  3. Replies
    0
    Views
    1,239

    Php with Zip file Problem

    I am using the the following code to download files from server.




    <?php



    // Class definition found at http://www.zend.com/zend/spotlight/creating-zip-files3.php
  4. Replies
    4
    Views
    2,530

    Now im look into another methed. Im having...

    Now im look into another methed.
    Im having following code



    //function to zip and force download the files using PHP
    function zipFilesAndDownload($file_names,$archive_file_name,$file_path)
    {...
  5. Replies
    4
    Views
    2,530

    thanks for reply.

    thanks for reply.
  6. Replies
    4
    Views
    2,530

    Download zip file from site itself

    Hi All,


    Is this possible to keep downloading in the site itself ?
    ie) Instead of download popup ask save?open?cancel? then proceed downloading , i have to keep downloading in site itself like...
Results 1 to 6 of 6