jerryisgood Posted October 16, 2010 Share Posted October 16, 2010 Greetings everyone! I have a form that stores data to a database. Separate from that page I would like to have another where at any given time a user can download a .csv of the most recent addition or two? If not a .csv, can they easily view the record without having to know mySQL / phpAdmin and such? Thanks! Jerry Link to comment https://forums.phpfreaks.com/topic/216034-e-mail-with-recent-mysql-record-update/ Share on other sites More sharing options...
Pikachu2000 Posted October 16, 2010 Share Posted October 16, 2010 There shouldn't be any need for anyone to know database credentials just to view a page that retrieves the information. Just write a script that retrieves and displays the last X number of records. Link to comment https://forums.phpfreaks.com/topic/216034-e-mail-with-recent-mysql-record-update/#findComment-1122829 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.