[PHP] CSV download

2004-02-18 Thread Roberts, Mark (Tulsa)
I have an application that I need to add a function to that will download a complete MySql Table in comma delineated format from a web site to a local hard drive. What is the best way to do this? Is there a function in PHP that will do this? in MySql? or do I just need to do something with

RE: [PHP] CSV download

2004-02-18 Thread Roberts, Mark (Tulsa)
PROTECTED] -Original Message- From: Robby Russell [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 12:42 PM To: Roberts, Mark (Tulsa); [EMAIL PROTECTED] Subject: Re: [PHP] CSV download Roberts, Mark (Tulsa) typed this on 02/18/2004 10:33 AM: I have an application that I

RE: [PHP] AOL Email client

2003-08-14 Thread Roberts, Mark (Tulsa)
Ok, it seems to be AOL v8. I am going to set down tonight and try all these options that I have seen here and see if they fix the problem. Thanks for all your help. Mark Roberts Sr. Systems Analyst -Original Message- From: Jennifer Goodie [mailto:[EMAIL PROTECTED] Sent: Thursday,

[PHP] file downloading

2003-06-19 Thread Roberts, Mark (Tulsa)
I need to provide a way for users to download data files from a web site. I know that I could have then right click and save-as, however, I need to record this action in a database. If they just right click, I don't have any way to trigger the script to record the transaction. Does some one

[PHP] A simple request from a simple person

2003-06-12 Thread Roberts, Mark (Tulsa)
Obviously relatively new to php I would like to know how to do a simple redirect from a php page. For example in ASP I do response.redirect(thispage.com) Want to do the same thing in php. I have tried to go through the documentation, but can't seem to get focused on the proper and

RE: [PHP] Connecting to a remote server

2003-03-28 Thread Roberts, Mark \(Tulsa\)
, March 28, 2003 12:24 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Connecting to a remote server On Friday 28 March 2003 05:00, Roberts, Mark \(Tulsa\) wrote: I am needing to move one of my apps to a remote secure server that I have. As I have never done this before what are the general things

[PHP] Connecting to a remote server

2003-03-27 Thread Roberts, Mark \(Tulsa\)
I am needing to move one of my apps to a remote secure server that I have. As I have never done this before what are the general things that I must do to make this happen. I changed my connect statement from localhost to the name of the server http://www.remoteservername.com