PHP guru's
PHP guru's
Out of context: Reply #11
- Started
- Last post
- 13 Responses
- smoothblend0
now we can see it :)
$file = "emails.txt"
//open our file
$fp = fopen("$file" , "a+");//add details from form
fputs($fp ,"$email, ");//close file
fclose($fp);