Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~1K People Reached
Favorite Tags
Member Avatar for krauz2

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;

Member Avatar for Rhyan
0
64
Member Avatar for krauz2

OK I have a FTP questions. I have server space with hostmonster.com and I want to log-in to it using vista built in ftp software. I do not want to download a client. I got my "Main" ftp account to connect and when it does, a folder with all the …

Member Avatar for airbourne
0
106
Member Avatar for krauz2

I am trying to use a switch statement and want the action to be log into a ftp server. I am not able to get it to work...can anyone help? here is what I have now....Thanks everyone in advance. $ftp_server = "ftp://MyFtpSite.com"; $ftp_server = $employeeftp; switch($attn1) { // this is …

Member Avatar for krauz2
0
208
Member Avatar for krauz2

I just created a sql database through my host server. I also created a user with a pass word for that. How do I link that to my dreamweaver site? Thanks for any help.

Member Avatar for techbongo
0
86
Member Avatar for krauz2

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;

Member Avatar for peter_budo
0
72
Member Avatar for krauz2

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;

Member Avatar for krauz2
0
83
Member Avatar for krauz2

I have tried a few different ways to get two email address to send on a case statement. How do I add to commands on same line? I am just a little off track. Thanks for your help. case 'it': $to_email = "erich.krauz@rgl-e.com"; $to_email = "krauz2@hotmail.com"; break;

Member Avatar for krauz2
0
93
Member Avatar for krauz2

I am trying to have a "Contact us" page with a drop down tab that you can select from 4 people to contact. I am trying to figure out how to link each one to a certin email address. I was only able to get it with one. Thanks for …

Member Avatar for krauz2
0
177
Member Avatar for krauz2

I am trying to build a wepage for my father in law and I want to have a log-in for employees only. I have dreamweaver cs3 and cannot figure it out. I have spent hours looking around and I dont even know if it is possible. Thanks for everyones help. …

Member Avatar for vdog
0
87
Member Avatar for krauz2

[COLOR=#000000]I am having trouble getting this program to work. This is my first applet and I can’t seem to get my mind around how to get the commands in correct format. I have completed this program in application and gui with no problems, but applet format is not working in …

Member Avatar for p.bondam
0
134
Member Avatar for krauz2

Hello everyone. I have been working on this program for over a week. I really need some help getting this done. I was able to get the math.random to work but when I run my program as an applet I have a text box that I dont know how to …

Member Avatar for p.bondam
0
155
Member Avatar for krauz2

[COLOR=#941edf] [COLOR=#555555]Hello everyone,[/COLOR] [COLOR=#555555]This is my first java class and I am trying to understand the terms and different types of programs. I finished my program as an application then did it as a gui without realizing it had to be in a applet. It feels like I just learned …

Member Avatar for masijade
0
100