Oops - I forgot to put in the subject ...
Hi all,
I'm storing contents of a textfile in the array 'emails[]'
and try to output $_POST['emails'];
The array emails is empty and I don't know what I did wrong
Can anyone help me ?
$i=0;
while(!feof($fp))
{
$emails = fgets($fp,620)
<input...