How can I have a switch command send to a ftp site? I am trying this out in php.
Here is what I have. Instead of $to_email is there one for URL? Thanks everyone.
Erich
switch($attn1) {
case 'employees':
$to_email = "ftp://myftpsite@rgl-e.com";
break;