Got it. Thanks. Amazing all the stuff one can still learn about XP, all these years later. I still don't know why or how the remote desktop program disappeared from the program menu.
Truly Appreciated!
- Joe
I have Win XP, and do not see the Remote Desktop option under Start -> All Programs -> Accessories -> Communications. All I have is HyperTerminal. How do I get the Remote Desktop option back?
- Joe
You are a blessing to all novice coders! I have used your other solution to get my problem solved and to learn more about how to write proper code.
- Joe
Greetings,
I have 2 tables that I need to work on. From my Client table, I need to go through and look at the client email address for each client (unique email addresses stored in this table). For each client, I need to pull out their name, company name and phone number.
Next, I have to...
I am trying to import a database from one web host to a different one (1and1.com). Here is what happens when I try to process the file:
-- phpMyAdmin SQL Dump
-- version 2.6.1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Mar 21, 2007 at 06:14 PM
-- Server version...
Here is the solution:
$subject = mysql_escape_string("\$firstname, This is a test message");
$body = mysql_escape_string("<b><font color = 'FF0000'>Hi \$firstname. This is a test message.</font></b>");
This lets me store the variable name with the $ in front of it in the table.
Thanks for...
Here is the updated test code. Note I have taken out the $ from the subject and body lines:
--------------------
$name = "Joe Kamenar";
$email = "info@findandassign.com";
$phone = "215-480-2737";
$subject = "firstname, This is a test message";
$body = "<b><font color = 'FF0000'>Hi firstname...
OK, but then when I run the following code, why does nothing get inserted into the table? When I take away the "$" from the subject and body, the data loads and gets retreived.
$name = "Joe Kamenar";
$email = "info@findandassign.com";
$phone = "215-480-2737";
$subject = "$firstname, This is a...
I want to create a table that has a newsletter that will get emailed out to clients. In the table, I want a field for the Subject, and one for the Body. In the Subject line, I need to include a personalization variable, such as "$firstname". In the Body content, I need to store several...
True, but I am going to an external website that is remotely hosted, so the HTTP request still goes through our firewall. For example, here is another site that gives me the 155.188.191.4 IP:
http://www.ipaddressworld.com/
I still can't find anything out there that does this when I put the...
When I use some of the sites out there like ipchicken.com and others that show your IP, I do see the 155.188.XXX.XXX firewall IP address. What options do I have to be able to do this from our site? We are running weblogic and have a separate web server and application server...
Greetings,
I want to redirect site visitors coming from our firewall (IP block beginning with 155.188.) to an internal video to download. However, when I use the following line of code:
String myIP = request.getRemoteAddr();
I get a router IP beginning with 192. Our site is JSP based. Is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.