Welcome Guest, Not a member yet? Register   Sign In
Convert a single column of values into a comma seperated list
#5

[eluser]johnwbaxter[/eluser]
Hmm that does not seem to work unfortunately.

What i've got thus far is (with your help from another post!):

Code:
$temp_csv = $_FILES['userfile']['tmp_name'];
unlink($temp_csv);
                
$lines = file($temp_csv);

$jeff = implode(',',$lines);
                
echo $jeff;


Messages In This Thread
Convert a single column of values into a comma seperated list - by El Forum - 09-22-2008, 06:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB