At night if mosquito bites, what should we do?
. . . . . . . . Just scratch n sleep again.. We r not Rajanikanth to make the mosquito say sorry!
. . . . . . . . Just scratch n sleep again.. We r not Rajanikanth to make the mosquito say sorry!
1. Name the cities of Pakistan where Electricity is found. 2. How does Sugar taste? Explain in your Own words. 3. Draw a Neat and Labeled Diagram of a Suicide Jacket. 4. In Ancient...
Who is the father of PHP and what is the current version of PHP and MYSQL? Rasmus Lerdorf. PHP 5.1. Beta MySQL 5.0 In how many ways we can retrieve data in the result...
How can we know that a session is started or not? A session starts by session_start() function. This session_start() is always declared in header portion. it always declares first. then we write session_register(). What...
Give the syntax of REVOKE commands? The generic syntax for revoke is as following REVOKE [rights] on [database] FROM [username@hostname] Now rights can be: a) ALL privileges b) Combination of CREATE, DROP, SELECT, INSERT,...
How can we destroy the session, how can we unset the variable of a session? session_unregister() – Unregister a global variable from the current session session_unset() – Free all session variables What are the...
How can we register the variables into a session? session_register($session_var); $_SESSION[‘var’] = ‘value’; What is the difference between characters \023 and \x23? The first one is octal 23, the second is hex 23. With...
Make a call to you friend and cut it in a fraction of seconds. Then, he will call you back, talk happy. Note: You must be alert to press on the call button, while...
Dasathirigindhi Movie Details Banner:R.R.CinePictures Screenplay -Direction : Nialesh Producer: CH.V.S.N Babji Music-Director: Padmanav . T Casting : Sada, Shivaji, Shiva prasad, Srinivas perepureddy, Krishna bhagavan, Kondavalasa, Chitram Srinu, Chandra, Jayavani, Fishvenkat. Movie Released on...
This can be used for comments and other from of communication to tell the time ago instead of the exact time which might not be correct to some one in another time zone. The...
<?php $zip = zip_open(“zip.zip”); if (is_resource($zip)) { while ($zip_entry = zip_read($zip)) { $fp = fopen(“zip/”.zip_entry_name($zip_entry), “w”); if (zip_entry_open($zip, $zip_entry, “r”)) { $buf = zip_entry_read($zip_entry, zip_entry_filesize($zip_entry)); fwrite($fp,”$buf”); zip_entry_close($zip_entry); fclose($fp); } } zip_close($zip); } ?>
When I try to upload my site, all my images are X’s. How do I get them to load correctly? They are a few reasons that this could happen. The most common are: 1....
Is it possible to make the HTML source not viewable? In short, there is no real method or script for making standard HTML source code not viewable. You may consider doing any of the...
Which should I use, &entityname; or &#number; ? In HTML, characters can be represented in three ways: 1. a properly coded character, in the encoding specified by the “charset” attribute of the “Content-type:” header;...
How do I specify a specific combination of frames instead of the default document? This is unfortunately not possible. When you navigate through a site using frames, the URL will not change as the...
Border around a table? Try the following: .tblboda { border-width: 1px; border-style: solid; border-color: #CCCCCC; } /*color, thickness and style can be altered*/ You put this style declaration either in an external stylesheet, or...
What is value? Value is a ‘physical’ characteristic of the property. Property declares what should be formatted, e.g. FONT while value suggests how the property should be formatted, e.g. 12pt. By setting the value...
I just wanted to share something I found really cool about using CSS box-sizing. Chris wrote a really good introduction a few years back if you’re not familiar with the property. It makes things a lot more...
How do I make my div 100% height? You need to know what the 100% is of, so the parent div must have a height set. One problem that people often come up against...
How do I have a non-tiling (non-repeating) background image? With CSS, you can use the background-repeat property. The background repeat can be included in the shorthand background property, as in this example: body {...
How do I get rid of the gap under my image? Images are inline elements, which means they are treated in the same way as text. Most people kind of know this – they...
Existing 4G networks for mobile devices still have limited global reach, but that’s not going to keep 5G technology waiting in the wings. Samsung announced Monday that it has developed some transceiver technology that...
Samsung Electronics said today it had successfully tested super-fast fifth-generation (5G) wireless technology that would eventually allow users to download an entire movie in one second. The South Korean giant said the test had...
New Delhi: A senior Facebook executive said that the Graph Search, which debuted on the website in March, would soon come to mobile phones. Voughan Smith, vice president of mobile partnerships at Facebook, refused...
(Credit: Google) Google’s capacity to store your files will jump by a factor of three, the company said Monday, rising from 5GB to 15GB shared across Google+, Drive, and Gmail. Google made the announcement...