/    Sign up×
Community /Pin to ProfileBookmark

Drop Down menu write to CSV help

I’m not sure if I didn’t submit my last post correctly or if it just didn’t make sense do here I go again. Its been 13 hours now that I have been trying and just cant seem to get the script right to write the data from a simple drop down menu to a csv file.

here is my current code. I would love a validation script as well but at this point I’m more concerned about the data transfer. I’m sure this is quite novice to most advanced developers. Thanks for any help you could provide.

[CODE]<?php
if( $fp = fopen(‘mydata.csv’, ‘w’) ){
fputcsv($fp, print_r($_POST, true));
}
fclose($fp);
?>
<body bgcolor=”#FFFFFF” text=”#000033″ link=”#0066CC”>
<form action=”Activity.php” enctype=”text/plain” method=”POST”>
<LABEL>SELECT YOUR ACTIVITY:</LABEL>
<select name=”Activity” multiple=”multiple”size=”8.5″>
style=”font-family: calibri”
style=”color: #003399″
style=”border: outset”
style=”font-size: 7″
style=”background: white”>
<option value=”1″>Reactive Phone Call</option>
<option value=”2″>Proactive Phone Call</option>
<option value=”3″>Reactive Email</option>
<option value=”4″>Proactive Email</option>
<option value=”5″>Administrative</option>
<option value=”6″>Project/BOB Strategy</option>
<option value=”7″>Meeting</option>
<option value=”8″>Break/Lunch</option>
</select>
<input type=”submit” name=”Submit” value=”Submit” />
</form>[/CODE]

to post a comment
PHP

0Be the first to comment 😎

×

Success!

Help @sawman spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...