I've got a php page that hooks into the LDAP interface on our Active Directory Servers and that gives out user lists. However, many of our users want to be able to export the list of users to a csv file and save it locally to their harddrive (for importing into older versions of outlook or to a PDA).
Anyone have just the code for writing data to a csv file and allowing them to download it? I would like the data to be generated on-the-fly, so they'll always have the most up-to-date version every time they run it.
Anyone have just the code for writing data to a csv file and allowing them to download it? I would like the data to be generated on-the-fly, so they'll always have the most up-to-date version every time they run it.