RE: [PHP-DB] Save generated page locally

2002-01-25 Thread Gurhan Ozen

Hi Howard,
I didn't fully understand your question.. Wouldn't you rather have the
server upload the file automatically without asking the user where to save
it?
 You can do it by using PHP's FTP functions.. See:
http://www.php.net/manual/en/ref.ftp.php

Gurhan

-Original Message-
From: Howard Picken [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 25, 2002 8:02 PM
To: PHP DB List
Subject: [PHP-DB] Save generated page locally


Hi guys

I have a local server being used to generate page
which are then uploaded as static pages to
another server.

I would like have the script call up the Windows save as
dialog when a new page has generated so a folder on
the local unit can be selected etc.

I've been looking for an example or a function to do this
but haven't seen one.  Any Ideas?

TIA

regards

Howard Picken
[EMAIL PROTECTED]
Launceston, Tasmania, Australia

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DB] Save generated page locally

2002-01-25 Thread olinux

Here's an article that may help:
Dynamic generation of static webpages
http://www.phpbuilder.com/columns/loris20010420.php3

I think what you are referring to would best be
accomplished using a macro:
You can download AutoMate 4.5 at downloads.com - it's
a simple program 

olinux



--- Howard Picken [EMAIL PROTECTED] wrote:
 Hi guys
 
 I have a local server being used to generate page
 which are then uploaded as static pages to
 another server.
 
 I would like have the script call up the Windows
 save as
 dialog when a new page has generated so a folder on
 the local unit can be selected etc.
 
 I've been looking for an example or a function to do
 this
 but haven't seen one.  Any Ideas?
 
 TIA
 
 regards
 
 Howard Picken
 [EMAIL PROTECTED]
 Launceston, Tasmania, Australia
 
 -- 
 PHP Database Mailing List (http://www.php.net/)
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 To contact the list administrators, e-mail:
 [EMAIL PROTECTED]
 


__
Do You Yahoo!?
Great stuff seeking new owners in Yahoo! Auctions! 
http://auctions.yahoo.com

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]