Search found 3 matches
- Sat Nov 13, 2010 3:14 pm
- Forum: Developers Discussion
- Topic: UDT for CSV File Download
- Replies: 9
- Views: 3823
Re: UDT for CSV File Download
Thanks this is going to work.
- Fri Nov 12, 2010 6:57 pm
- Forum: Developers Discussion
- Topic: UDT for CSV File Download
- Replies: 9
- Views: 3823
Re: UDT for CSV File Download
so instead of this line:
I would write the file to a directory on the server somewhere. I got that, but how would i use the UDT to output the link to the file? Not real familiar with how the UDT's interact with cmsms.
Code: Select all
print $csv_output;
- Fri Nov 12, 2010 4:20 pm
- Forum: Developers Discussion
- Topic: UDT for CSV File Download
- Replies: 9
- Views: 3823
UDT for CSV File Download
Hey all, I'm new to cmsms so hopefully you can help. I have a DB that contains user registrations for events. I want to make a UDT to create a csv file for download so that the users can see the registered users for that event. I have the php done that creates the file and lets the dl occur. It ...