Re: Re: [PHP] Backup to local drive

2009-12-12 Thread Carl Furst
anything about computers. Was hoping there is maybe a >>>> PHP extension that I didn’t know about, but sounds like a client side >>>> is going to be my best bet. >>>> >>>> >>>> >>>> >>>> From: Ashley Sheridan [mailto:a...

RE: [PHP] Backup to local drive

2009-12-12 Thread tedd
At 3:04 PM -0700 12/11/09, Ben Miller wrote: That's exactly why I need something that will put all the needed files directly onto the flash drive - to take that responsibility away from the user. Pulling the data from the DB and creating the folder structure is easy with PHP - just not sure ho

Re: [PHP] Backup to local drive

2009-12-11 Thread Ashley Sheridan
h of anything about computers. Was hoping there is maybe a > >> PHP extension that I didn’t know about, but sounds like a client side > >> is going to be my best bet. > >> > >> > >> > >> > >> From: Ashley Sheridan [mailto:a

Re: [PHP] Backup to local drive

2009-12-11 Thread Joseph Thayne
] Sent: Friday, December 11, 2009 2:39 PM To: Ben Miller Cc: 'Roberto'; php-general@lists.php.net Subject: RE: [PHP] Backup to local drive On Fri, 2009-12-11 at 14:36 -0700, Ben Miller wrote: Too much reliance on the user knowing how to extract the files to the flash drive – ne

RE: [PHP] Backup to local drive

2009-12-11 Thread Ashley Sheridan
going to be my best bet. > > > > > From: Ashley Sheridan [mailto:a...@ashleysheridan.co.uk] > Sent: Friday, December 11, 2009 2:39 PM > To: Ben Miller > Cc: 'Roberto'; php-general@lists.php.net > Subject: RE: [PHP] Backup to local drive > > > > >

RE: [PHP] Backup to local drive

2009-12-11 Thread Ben Miller
, December 11, 2009 2:39 PM To: Ben Miller Cc: 'Roberto'; php-general@lists.php.net Subject: RE: [PHP] Backup to local drive On Fri, 2009-12-11 at 14:36 -0700, Ben Miller wrote: Too much reliance on the user knowing how to extract the files to the flash drive – need something that does

RE: [PHP] Backup to local drive

2009-12-11 Thread Ashley Sheridan
: Friday, December 11, 2009 2:25 PM > To: Ben Miller > Cc: 'Roberto'; php-general@lists.php.net > Subject: RE: [PHP] Backup to local drive > > > > On Fri, 2009-12-11 at 14:25 -0700, Ben Miller wrote: > > > Users would be updating data via form input (ad

RE: [PHP] Backup to local drive

2009-12-11 Thread Ben Miller
er Cc: php-general@lists.php.net Subject: Re: [PHP] Backup to local drive Hi, you lost me a bit. Let say a user uploads a PDF file to one of your servers. What do you mean when you say "I want the users to be able to save the HTML output of their data"?!? Roberto Aloi http://aloiroberto.w

RE: [PHP] Backup to local drive

2009-12-11 Thread Ashley Sheridan
December 11, 2009 11:58 AM > To: Ben Miller > Cc: php-general@lists.php.net > Subject: Re: [PHP] Backup to local drive > > Hi, > > you lost me a bit. Let say a user uploads a PDF file to one of your servers. > What do you mean when you say "I want the users to be able to

RE: [PHP] Backup to local drive

2009-12-11 Thread Ben Miller
drive into a USB port and present the info on the road, regardless of connection to the internet. Ben -Original Message- From: Roberto [mailto:prof...@gmail.com] Sent: Friday, December 11, 2009 11:58 AM To: Ben Miller Cc: php-general@lists.php.net Subject: Re: [PHP] Backup to local drive Hi

Re: [PHP] Backup to local drive

2009-12-11 Thread Roberto
Hi, you lost me a bit. Let say a user uploads a PDF file to one of your servers. What do you mean when you say "I want the users to be able to save the HTML output of their data"?!? Roberto Aloi http://aloiroberto.wordpress.com Twitter: @prof3ta On Fri, Dec 11, 2009 at 6:44 PM, Ben Miller wrote

Re: [PHP] Backup to local drive

2009-12-11 Thread Joseph Thayne
If you are wanting to save the information as a PDF (formatted the same as the HTML page), check out tcpdf at www.tcpdf.org. It is fairly simple to implement and can interpret an HTML page causing it to be saved as PDF. Joseph Ben Miller wrote: Hello - I have an application I'm building tha