How can I have a switch command send to a ftp site?
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;

Recommended Answers

All 5 Replies

Is this java?

its php, but I am sure java is similar.

its php, but I am sure java is similar.

Then why aren't you posting this in the php forum

I did, but thanks for your help.

Please in the future address question to one of the section not in as many you like, hence that is the reason you just got your self warning for offence (Cross posting in Java, C++ and PHP)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.