[PHP-DB] PHP connection to remote Access database on NT

2003-09-10 Thread John Almberg
Here's a question I hoped I'd never have to ask... Is it possible for PHP, running on a Linux/Apache webserver, to connect to an Access database running on a remote NT box? The NT box is a back office server behind a firewall. In a nutshell, the customer wants his website to be able to record

Re: [PHP-DB] MYSQL Table Dump

2003-09-10 Thread John Almberg
How about piping the output to a file? As in: mysqldump [OPTIONS] database [tables] outfile Or using the --tab option? -- John Jeffrey N Dyke wrote: http://www.mysql.com/doc/en/mysqldump.html