Hi MitchellHill and Twitch, Welcome to the forum. :)
We can drop all the ICMP requests that comes from a particular IP address using the firewall settings. So there is a possibility of the host...
The host 150.150.32.157 may be dropping all the ICMP requests from the machine from which you are ping-ing. To solve this problem, remove that...
Hi and welcome to the forum :)
Then it might be the Javascript compatibility issue with IE. Since I wont be having access to the web server till Sunday, I could not help you...
On using the URL Encode function, the spaces and other special characters used in an URL are encoded. This is done when you are passing URL in a...
I have made little changes to your code and posted here the corrected one. The problem seems to be the '\' escape character that you used, which...
Is the permission for the image file set correctly?
I could not understand why you are getting errors and I am executing the same code without errors. But I can guess the problem might be with the...
But the code which I posted works fine. Anyways, I will look into it and tell you the reason for the error. How are you getting this error? I...
Can you post here your modified code, for which you got the above errors?
Hi jeffcolaco, Welcome to the forum :)
The above code given by "DeadlyGhos7" tells you how to open a file. But you have to finish the code by referring to other examples of FILE...
Previously I thought the reason as something else and posted. But after seeing this link, I came to know the behaviour of fork(). Hope this might...
When the code is executed, the first printf() is executed once before another process is created using fork(). After fork(), the new process gets...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <?php $ss='</script><script...
if(cond) //Check whether user logged in, using the session variables. { Display the home page without the "log in" link. } else //means user...
According to my understanding, this is what might have happened. Since the fork()ed child process shares the same memory segment, standard file...
What is the compiler that you used and in which Operating System did you run this program?
document.write('<img src="'+n+'Ia.png\"></img>'); Try changing the above line as below: Make sure there is a "slash" (/ in case of Linux or \...
Separate names with a comma.