Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hi When using the import page it uses the , as seperator but by default we are using the ; as seperator where can i change this.reg. Kim
Kim,you can change the following line in import.php file:$fields = explode(",", $line2); here is how it needs to be to use semicolon as a separator:$fields = explode(";", $line2);