
Search In
Multidimensinal array is the array of arrays. You can store multidimensional array as follows:
$arr=array(
array(1,"demo1","demo2"),
array(1,"demo3","demo4"),
array(1,"demo5","demo6"),
array(1,"demo7","demo8")
);
To traverse a multidimensional arr
Hi there,
This blog is to get you familiarize with Java file handling using java.io package. Suppose you need to read the content of your file and need to do operation on that data, in that situation you can opt to use file handling to access the da
In September 2002, Mozilla Foundation developed a free, open-source and cross platform graphical interface Web Browser, known as Mozilla Firefox. Now, it’s the most popular open- sourced internet web browser around the whole
If you want to know any mobile device is accessing your website, Then the easy way to detect device is to run a php code.
Lets see the code below :-
<?php
$useragent=$_SERVER['HTTP_USER_AGENT'];
if(preg_match('/(android|bb\d+|meego).+mobile|av
Technology companies are mushrooming fast everywhere especially as they are doing business through the web. There are hardware and software companies, which are competing in a tough business environment. Therefore, marketing plans become all the m
The std::stack class is a container adapter that gives the programmer the functionality of a stack - specifically, a FILO (first-in, last-out) data structure.
The class template acts as a wrapper to the underlying container - only a specific set of
Hello readers, In today's blog I have tried to make An animated WIFI symbol using CSS3 properties.
As using CSS3 animation and transform rotate property , I have created an animated wifi symbol showing the increase and decrease in the signals wi
String Literals:
The string literals is the most basic form of pattern matching of regular-expression.
For example if regular-expression is srinivas and input string is srinivas then match will succeeds.
Enter the regex: srinivas
Enter input stri
Today, everything we do is to ensure that we have a good life in the end. We have seen many discoveries in every field, with tech being one of them. Every individual is always trying new things each day because this life demands it. Tech ha
As a business leader, you should always strive towards improving the overall efficiency in your office. The main principle of every perspective business is to grow, and especially so if you’re in the IT business – a world of tec
