updwebmaster Posted December 10, 2007 Share Posted December 10, 2007 Is there a code for PHP 5 to save a form's results to a csv file? Link to comment https://forums.phpfreaks.com/topic/80956-csv-forms/ Share on other sites More sharing options...
trq Posted December 10, 2007 Share Posted December 10, 2007 As simple as it gets. <?php file_put_contents('file.cvs',implode(',',$_POST); ?> Link to comment https://forums.phpfreaks.com/topic/80956-csv-forms/#findComment-410692 Share on other sites More sharing options...
updwebmaster Posted December 18, 2007 Author Share Posted December 18, 2007 ok the csv saving isn't working... Link to comment https://forums.phpfreaks.com/topic/80956-csv-forms/#findComment-417349 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.