Sure, just use the code I/we provided as the basis for what you need.
When you get stuck, post your code and we'll be happy to look at it for you.
Wolf
pere roca <[EMAIL PROTECTED]> wrote:
>
> hi Wolf and Jim, thanks for the answer! Very useful.
> Now It would be wondeful if I can p
hi Wolf and Jim, thanks for the answer! Very useful.
Now It would be wondeful if I can pick up the values from a CSV file
(coordinates) and apply a postGIS/postgreSQL function (Select ...) to this
data and add the resulting values as a new filed in the CSV !
Is that possible?
Thanks,
Wolf wrote:
/
$filename=""; // Name of your CSV file
$file_path = ""; // whatever your files are pathed
$filename = $file_path.$filename;
$handle = @fopen($filename, "r");
$k=0;
$entry = $file_path . "entry_file.txt"; // I use this to make a new entry file
$entry_fi
/
$filename=""; // Name of your CSV file
$file_path = ""; // whatever your files are pathed
$filename = $file_path.$filename;
$handle = @fopen($filename, "r");
$k=0;
$entry = $file_path . "entry_file.txt"; // I use this to make a new entry file
$entry_file = fopen($en
4 matches
Mail list logo