Posted by Steve on 10/12/05 20:23
> I've encountered a small problem that I can't figure out though.... > $myarray = convertCSVtoAssocMArray("sscreen.csv", ","); Try adding this line after the one quoted above: print_r( $myarray ); and see if what you get in the array matches your expectations. --- Steve
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming