Reputation: 12437
i create a csv using fopen and trying to put html content with an image to this csv using fwrite.
Anyway its not working !!!!
How can i embed an image to csv/excel using PHP .?
Upvotes: 1
Views: 3683
Reputation: 39932
I don't think embedding an image into a CSV file is a viable option. If you are trying to create an Excel file with images then you can try out a library called PHPExcel.
Upvotes: 2