0

For my website i want to give the user a new opportunity ,which is to export all user details in a excel file.It is possible to perform in php,if possible than may i get a link to this kind of work.

Sahasrangshu Guha
  • 672
  • 2
  • 11
  • 29

1 Answers1

0

Simplest way is to use the built-in fputcsv function

PHP Manual - fputcsv

Eric T
  • 220
  • 1
  • 4
  • 10