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,...
Type: Posts; User: rsmaha; Keyword(s):
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,...
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...
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
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)
{...
thanks for reply.
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...