want to make a query to another db just call mysql_select_db() with the name of
the new db.
Best regards,
Andrey Hristov
- Original Message -
From: "Martin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, March 16, 2002 1:28 PM
Subject: [PHP-INST] mysql_db
n($separator));
$dump.=$line."\n";
}
}
if ($dump){
$fd=fopen("{$table}_dump.csv","w+");
frwite($fd,$dump);
fclose($fd);
echo "\n".$dump."\n";
}
Hope this helps.
--
Andrey Hristov
Web Developer
Icygen Corporat
Try to change your script's extension to .cgi instead of .php . It _may_ help.
--
Andrey Hristov
Web Developer
Icygen Corporation
BUILDING SOLUTIONS
http://www.icygen.com
On Monday 22 October 2001 04:15 am, you wrote:
> Hi,
> You're right Dave
>
> But nobody had already
Hmmm,
why not use
/tmp in your php.ini and
/tmp means c:/tmp if your php+iis is on c:. d:\tmp, if php+iis on d: and so on.
Feedback is appreciated.
Regards,
Andrey Hristov
- Original Message -
From: "Martin Wright" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>