switch command to send user to FTP or URL

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Nov 2006
Posts: 39
Reputation: krauz2 is an unknown quantity at this point 
Solved Threads: 0
krauz2 krauz2 is offline Offline
Light Poster

switch command to send user to FTP or URL

 
0
  #1
Oct 11th, 2008
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;
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 114
Reputation: sidatra79 is an unknown quantity at this point 
Solved Threads: 8
sidatra79's Avatar
sidatra79 sidatra79 is offline Offline
Junior Poster

Re: switch command to send user to FTP or URL

 
0
  #2
Oct 11th, 2008
this sounds nice ....u r trying it in php....
and here is for c++......

Originally Posted by krauz2 View Post
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;
Reply With Quote Quick reply to this message  
Join Date: Nov 2006
Posts: 39
Reputation: krauz2 is an unknown quantity at this point 
Solved Threads: 0
krauz2 krauz2 is offline Offline
Light Poster

Re: switch command to send user to FTP or URL

 
0
  #3
Oct 11th, 2008
Thanks for your great feedback.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C++ Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC