Re: action when download successfull
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Wed, 03 Dec 2008 16:37:44 -0500
Bob Bedford wrote:
HI all,
I'm trying to update a table when a file has been successfully downloaded by our server.
I've found a link on Internet that explain how to do but the function seems not to be called:
http://www.mail-archive.com/php-general@xxxxxxxxxxxxx/msg112381.html
The problem is that I don't know how to pass 3 params to the myshutdown function. Can somebody help me ?
Thanks...
Per the PHP manual:
void register_shutdown_function ( callback $function [, mixed $parameter [, mixed $... ]] )
The parameter list goes after the function name.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.
- References:
- action when download successfull
- From: Bob Bedford
- action when download successfull
- Prev by Date: Re: [SOLVED] Re: app not working right after upgrade to php5
- Next by Date: Regular expression problem
- Previous by thread: action when download successfull
- Next by thread: PDF extensions to php?
- Index(es):
Relevant Pages
|