Please tell what is wrong with following code: <?php if (($rh = fopen('image.jpg', 'rb')) === FALSE) echo "Cannot open image.jpg"; if...
Hi I am inserting text in html page using javascript..But the font-color of this text is black by default. How to change the color of this...
What is contained in request message sent by browser and what is contained in response message?? One more thing, There could be more than 1...
'out' is an object of OutputStream class .Then why we use it with system class as we write System.out.print();
Hi I have created a form in html using the code at http://pastebin.com/f11b9724f The code of process5.php is at http://pastebin.com/f35d8ad2f Now...
$selct="SELECT * FROM stu_info"; $result=mysql_query($selct,$status); while($row = mysql_fetch_array('$result',MYSQL_BOTH)) { echo...
what happens behind the scene when we sign in or sign out
The following code creates a form. In this form one of the field is for date and the code in process.php file checks whether entered date is valid...
Please read the following code <?php $a=mysql_connect(localhost,root,""); if(!$a) echo "Could not connect"; ?> When i run the above pgm it...
Sql is used for creating databases which consists of tables. But what ot do if we want to store some data which is in the form of paragraph of...
how to strech background image of webpage in html What is default font face in html
Friends please tell me what happens internally when we press any key on keyboard i know that it saves the value of certai registers and taKES ON...
Hello friends Please help me with following problem in C void main() { static int sub[5]={10,20,30,40,50}; int i=5; clrscr(); sub[i]=i*i;...
Separate names with a comma.