Re: [PHP-INST] mysql_db_query is deprecated

2002-03-16 Thread Andrey Hristov
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

[PHP-INST] Re: [PHP] Mysql export

2001-10-22 Thread Andrey Hristov
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

Re: [PHP-INST] Re: PHP/CGI problem: #!/path/php at top of CGI script appears in output

2001-10-22 Thread Andrey Hristov
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

Re: [PHP-INST] Elementary Sessions help pls

2001-12-17 Thread Andrey Hristov
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]>