Search found 8 matches
- Thu Apr 01, 2004 9:56 pm
- Forum: PHP - Code
- Topic: Check box help..
- Replies: 2
- Views: 380
- Thu Apr 01, 2004 9:15 pm
- Forum: PHP - Code
- Topic: Check box help..
- Replies: 2
- Views: 380
Check box help..
Hey, I've got a form that requires people to check some checkboxes. I need to have the checked boxes included as part of a mail(), could anyone make a suggestion on the best way to do it? Could I make a variable out of this? Like: if(isset($_POST['vote'])) $variable="Holy crap, they checked THI...
- Tue Sep 09, 2003 2:03 pm
- Forum: PHP - Code
- Topic: Writing to file
- Replies: 11
- Views: 938
- Tue Sep 09, 2003 12:42 pm
- Forum: PHP - Code
- Topic: Writing to file
- Replies: 11
- Views: 938
- Tue Sep 09, 2003 11:39 am
- Forum: PHP - Code
- Topic: Writing to file
- Replies: 11
- Views: 938
- Tue Sep 09, 2003 11:28 am
- Forum: PHP - Code
- Topic: Writing to file
- Replies: 11
- Views: 938
- Tue Sep 09, 2003 11:22 am
- Forum: PHP - Code
- Topic: Writing to file
- Replies: 11
- Views: 938
- Tue Sep 09, 2003 11:06 am
- Forum: PHP - Code
- Topic: Writing to file
- Replies: 11
- Views: 938
Writing to file
I've been making this bit of .php to write variables passed from a form to a file on our web hosting server. For some reason, I can't ever seem to find the file even though I think everything is in line. Feel free to make some suggestions... <? // VARIABLES from FORM // $first=$_POSTї'firs...