#x27;_FULL'] tells frontend complete size of the file, and
$GLOBALS['_GOT'] tells clientside how bytes are downloaded..all you
need from php is to disable output buffering,or it will not work!
And then, showing progress bar is just easy HTML & JS trick!
--
STEEL
> On Thu, Dec 24, 2009 at 09:55, STEEL wrote:
>> Thanks for response, but seems you haven't understood:
>>>> takes URL of file from client and downloads it to my server.
>> User don't download it at the downloading time to server, server gets
>&
> 2009/12/24 STEEL :
>> Hi all!
>> Here is the problem: i have PHP script that takes URL of file from
>> client and downloads it to my server. But when file is downloading,
>> clients see blank page. How can I track file download progress on the
>> server
ator,
for eg. str_repeat("blah", 8) in PHP does the same thing
as "blah" x 8 in Perl.
Answer from PHP Manual.
Comment by:
[EMAIL PROTECTED] (25-Oct-2001 11:16)
--
The Same,
Steelmailto:[EMAIL PROTECTED]
Hi php-windows,
Does anybody knows, what regexp can help me remove almost all
M$ Word2000 HTML tags and styles?
Let the Force Be with Yo! ;)
--
The Same,
Steel mailto:asergey@;inbox.ru
http://www.none.ru
--
PHP General Mailing
Hi Ns_Andy,
Monday, October 14, 2002, 1:27:06 PM, I've got:
N> if I want eregi to return false if the string contains < char,
N> for example,
N> "A what's the reg expression I can use?
eregi will return false if there is no such expression;
For Your example it will be:
eregi ("^[^<]+$","Amailt
Hi group,
I have a problem.
There is no sendmail on the hoster's computer. (OS Unix-like)
Can I send mail in any other way?
Please help!
--
The Same,
Steel mailto:[EMAIL PROTECTED]
http://www.none.ru
--
PHP General Mailing
t;world"'? Do I have to do it
MT> manually?
MT> Martin
Yep. But you can use some Regexp features.
EX:
$string = preg_replace("/\$quot/","\"","Hello "world"");
--
The Same,
Steelmailto:[EMAIL PROTECTED]
lt;<> Example of string
>> spanning multiple lines
>> using heredoc syntax.
>> EOD;
>> ?>
E> To be honest, there is nothing wrong. It works in version 4.2.2 (at least,
E> here it does) ;-))
E> Grtz Erwin
Why not to try
End Of Data, and EOT -> End Of Tex
9 matches
Mail list logo