trillodigital Posted April 12, 2011 Share Posted April 12, 2011 Hi, I'm a PHP novice so please forgive me! Basically, I have a HTML form on my website for people to sign-up to my mailing list. It has two fields... Name and Email address. I just simply want this form to write to a CSV file, but I don't know where to start. Please could somebody help? Thank you! Quote Link to comment https://forums.phpfreaks.com/topic/233495-php-form-to-csv/ Share on other sites More sharing options...
spiderwell Posted April 12, 2011 Share Posted April 12, 2011 do you know how to retrieve form data into a variable? I would start there then write those variables to a text file, there are many many file writing examples to choose from out there. Quote Link to comment https://forums.phpfreaks.com/topic/233495-php-form-to-csv/#findComment-1200643 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.