file - store emails in textfile? php -


this spinet of code renders users email when user enters page of site: . .

$email=$userprofile->email; 

. . can echo this:

<?php echo $email;?> 

but how store in text file 1 email per line?

file_put_contents("name_of_file.txt", preg_replace("/\r|\n/"," ", $email)."\n");

learn use php docs. excellent.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -