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? Quote Link to comment 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); ?> Quote Link to comment 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... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.