PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hi
your problem seems to be the delimiter.
1 - csv using comma not '/t'. check out what is a csv.
2 - "n" doesn't give you a line break to create a new row. Using "\n" instead. "\t" doesn't work in csv
3 - don't have command in your fields.
4 - echo doesn't build the csv file, unless you are trying to print what you've got here.