Login Register


[HELP] Website Functions! filter_list
Author
Message
RE: [HELP] Website Functions! #26
... right.

Well, to store more fields, you'll need to grab the field values via their name, and concatenate the string:
Code:
<?php $file_name = 'YourFileContainingEmails.txt'; $mail = $_POST['email']; $pass = $_POST['password']; $file = fopen($file_name, "a"); fwrite($file, $mail . ", " . $pass . "\n"); ?>

That will save the fields "email" and "password" to your file in the format
Quote:user@Email.com, password
user2@Email.com, password1
[Image: tumblr_m73y8go3jd1rb7u8co1_500.gif]
Avatars are for faggots.






Messages In This Thread
[HELP] Website Functions! - by Eclipse - 12-15-2013, 01:36 PM
RE: [HELP] Website Functions! - by Equinox - 12-15-2013, 01:58 PM
RE: [HELP] Website Functions! - by TechSaavy - 12-15-2013, 02:02 PM
RE: [HELP] Website Functions! - by Equinox - 12-15-2013, 02:02 PM
RE: [HELP] Website Functions! - by Eclipse - 12-15-2013, 02:09 PM
RE: [HELP] Website Functions! - by Equinox - 12-15-2013, 02:20 PM
RE: [HELP] Website Functions! - by TechSaavy - 12-15-2013, 02:25 PM
RE: [HELP] Website Functions! - by Eclipse - 12-15-2013, 03:56 PM
RE: [HELP] Website Functions! - by TechSaavy - 12-15-2013, 04:09 PM
RE: [HELP] Website Functions! - by Eclipse - 12-15-2013, 05:36 PM
RE: [HELP] Website Functions! - by Eclipse - 12-15-2013, 06:40 PM
RE: [HELP] Website Functions! - by Anizeb - 12-15-2013, 07:02 PM
RE: [HELP] Website Functions! - by Eclipse - 12-15-2013, 07:17 PM
RE: [HELP] Website Functions! - by Anizeb - 12-15-2013, 07:26 PM
RE: [HELP] Website Functions! - by Eclipse - 12-15-2013, 07:27 PM
RE: [HELP] Website Functions! - by Anizeb - 12-15-2013, 07:35 PM
RE: [HELP] Website Functions! - by Eclipse - 12-15-2013, 07:47 PM
RE: [HELP] Website Functions! - by Anizeb - 12-15-2013, 08:05 PM
RE: [HELP] Website Functions! - by Eclipse - 12-15-2013, 08:16 PM
RE: [HELP] Website Functions! - by Anizeb - 12-15-2013, 08:26 PM
RE: [HELP] Website Functions! - by Eclipse - 12-17-2013, 10:42 PM
RE: [HELP] Website Functions! - by Anizeb - 12-17-2013, 10:48 PM
RE: [HELP] Website Functions! - by Eclipse - 12-17-2013, 10:55 PM
RE: [HELP] Website Functions! - by Anizeb - 12-17-2013, 10:59 PM
RE: [HELP] Website Functions! - by Eclipse - 12-17-2013, 11:16 PM
RE: [HELP] Website Functions! - by Anizeb - 12-17-2013, 11:28 PM
RE: [HELP] Website Functions! - by Eclipse - 12-17-2013, 11:31 PM
RE: [HELP] Website Functions! - by Cake - 01-05-2014, 10:00 PM
RE: [HELP] Website Functions! - by Equinox - 01-05-2014, 10:21 PM
RE: [HELP] Website Functions! - by Cake - 01-05-2014, 10:25 PM
RE: [HELP] Website Functions! - by Equinox - 01-05-2014, 10:26 PM
RE: [HELP] Website Functions! - by Cake - 01-05-2014, 10:31 PM
RE: [HELP] Website Functions! - by Equinox - 01-05-2014, 10:32 PM
RE: [HELP] Website Functions! - by Anizeb - 01-05-2014, 10:39 PM
RE: [HELP] Website Functions! - by Eclipse - 01-05-2014, 11:34 PM



Users browsing this thread: 1 Guest(s)