Re: [PHP-DB] setcookie

2003-09-05 Thread Parker Morse
On Friday, Sep 5, 2003, at 08:58 US/Eastern, Hutchins, Richard wrote: If you wish to assign multiple values to a single cookie, just add [] to the cookie name. So if you wanted to set one cookie to hold all of your items, you should be able to setcookie(items[], item1), setcookie(items[],

Re: [PHP-DB] MYSQL Table Dump

2003-09-10 Thread Parker Morse
On Wednesday, Sep 10, 2003, at 16:23 US/Eastern, John Ryan wrote: Is there any way *from the command line* to get a dump of a mysql table and have it saved to a local file, instead of standard output Have a look at man mysqldump, particularly the examples section. If you're already dumping the