1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 16:08:35 +02:00
This commit is contained in:
Jani Taskinen
2007-10-29 09:05:55 +00:00
parent 39f1f2fcd3
commit caa0de9205
+1 -1
View File
@@ -18,7 +18,7 @@ local infile handler
mysqli_real_connect($link, $host, $user, $passwd, "test");
/* create temporary file */
$filename = dirname(__FILE__) . "061.csv";
$filename = dirname(__FILE__) . "/061.csv";
$fp = fopen($filename, "w");
fwrite($fp, "foo;bar");
fclose($fp);