SUBBUINDESIGN Blog

Question Paper in year 2050

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...

Php Interview Questions and Answers -10

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...

Php Interview Questions and Answers -09

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...

Php Interview Questions and Answers -08

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,...

Php Interview Questions and Answers -07

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...

Php Interview Questions and Answers -06

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...

How make free outgoing calls?

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

Dasathirigindhi Movie Details

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...

Time Ago Function in php

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...

How to Unzip Files using php?

<?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); } ?>

HTML Interview Questions and Answers -10

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....

HTML Interview Questions and Answers -08

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...

HTML Interview Questions and Answers -07

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;...

HTML Interview Questions and Answers -06

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...

CSS Interview Questions and Answers -13

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...

CSS Interview Questions and Answers -12

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...

How to Replace the Image in an ‘img’ with CSS?

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...

CSS Interview Questions and Answers -09

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...

CSS Interview Questions and Answers -08

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 {...

CSS Interview Questions and Answers -07

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...

Samsung tech working on way for 5G in 2020

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...