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

[eluser]xwero[/eluser]
the php function file gets the file content in an array so if you only have one column you can do
Code:
$lines = file($file);
implode(',',$lines);


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



Theme © iAndrew 2016 - Forum software by © MyBB