RE: [PHP] Alternatives to Flush()

2004-03-24 Thread Ron Stagg
her method similar to using flush(), that causes the lengthy processing to immediately start as well as redirecting the visitor to another page. Any ideas? Ron -Original Message- From: Rich Gray [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 2:38 PM To: Ron Stagg Subject

[PHP] Alternatives to Flush()

2004-03-24 Thread Ron Stagg
I have a particular PHP web page that can take over an hour to process. When visitors come to this page, I want the code to redirect them to a separate page at my site. After the redirection, I want the PHP script to continue operating on its own until the process is complete. I am attempting to

RE: [PHP] **** Converting dynamic webpages into static HTML pages

2002-11-27 Thread Ron Stagg
PM To: Ron Stagg Subject: RE: [PHP] Converting dynamic webpages into static HTML pages While this does involve the creation of a second script - it's only a small change: do an Ob_start at the beginning of the script ... Then use ob_get_contents to output to a file at the end ... Tw

[PHP] **** Converting dynamic webpages into static HTML pages

2002-11-27 Thread Ron Stagg
I have an interesting challenge. I have built an online product catalog that is driven entirely by the contents of the product database (MySQL). The entire catalog is implemented in a single PHP script (catalog.php). The dynamic nature of this implementation allows the catalog script to generate h

[PHP] ************ SSL Support *****************

2002-08-19 Thread Ron Stagg
>From within a PHP script, I need to initiate a secure HTTPS form POST from my Apache server to a separate third party server. I have yet to figure out how to accomplish this. Can PHP even handle something like this? I welcome any advice. Thanks, Ron

RE: [PHP] ******************* Secure product download *******************

2002-05-29 Thread Ron Stagg
IL PROTECTED]] Sent: Wednesday, May 29, 2002 3:29 PM To: Ron Stagg; [EMAIL PROTECTED] Subject: Re: [PHP] *** Secure product download *** Ummno they can't. pay_first.php is what you send them to if they don't have a correct session. If the session is correct,

RE: [PHP] ******************* Secure product download *******************

2002-05-29 Thread Ron Stagg
. How can I delete a file as soon as it has been downloaded? Ron Stagg -Original Message- From: 1LT John W. Holmes [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 2:57 PM To: Ron Stagg; [EMAIL PROTECTED] Subject: Re: [PHP] *** Secure product download

[PHP] ******************* Secure product download *******************

2002-05-29 Thread Ron Stagg
user accounts to authenticate users throughout the rest of the site. How can I get this to work for downloads? Is this even possible within the open realm of the browser? Have any of you solved a similar problem? I welcome any ideas. Ron Stagg