Hello, We are confused? what do you mean u want to convert tables into CSV? We thought you wanted to put the records on the csv sheet? did you mean this? Regards, Stylesofts Developing Team
no, I mean, currently I have all data on a html template. I want to grab it & convert to csv with php. hope now u understand... thanks
Yes, just read through your data and output it in CSV format, which is perhaps the easiest structured data format in the world to write. Separate columns with commas. If a column contains a comma, wrap that column in double quotes. If a column contains double quotes, double them. Separate rows with CRLF. The first row can contain column labels. That's all there is to it.
Hello, Sorry for late response, yes definately now you can chage html to csv.. Regards, Stylesofts Developing Team
Hello, Sorry for late response, yes definately now you can chage html to csv.. Regards, Stylesofts Developing Team