holicovrazvan1 / parsecsv-for-php

Automatically exported from code.google.com/p/parsecsv-for-php
MIT License
0 stars 0 forks source link

Saving the CSV #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Saving the csv 
2.
3.

What is the expected output? What do you see instead?
file is not saving. How can i give the path for saving the csv.

What version of the product are you using? On what operating system?

Csv v0.4.3 beta in linux server

Please provide any additional information below.

I dont know how can i give the path for saving the CSV . Please help me, Its an 
urgent work. 

Original issue reported on code.google.com by shem...@gmail.com on 13 Jul 2012 at 4:42

GoogleCodeExporter commented 9 years ago
The save() function takes a number of optional arguments, the first of which is 
the filename/path to save the CSV file to.

See here: 
http://code.google.com/p/parsecsv-for-php/source/browse/trunk/parsecsv.lib.php?s
pec=svn44&r=44#211

Original comment by zynode on 13 Jul 2012 at 8:07