PHP Control Statement
What is Control Statement in PHP?
A block of code which decide the execution way of programmed according to the value of the given condition.
There are some control statements that PHP supports.
1. PHP if Statement
If a given condition is true, only then if statement will execute.
Syntax:
if(condition)...
Ads
Sunday, December 30, 2018
Friday, December 21, 2018
What is Control System?
A control system is a group of mechanical or electronic devices that regulate alternative devices or systems using control loops. Typically, control systems are computerized.
Control systems are a central a part of the business and automation. The kinds of control loops that regulate these processes...
Monday, December 17, 2018
What is Garbage Collection in Java?
Java garbage collection is the method by that Java programs accomplishes automatic memory management. Java programs compile to bytecode which will be run on a Java Virtual Machine. Once Java programs run on the JVM, objects are created on the heap, which is a share of memory dedicated...
Wednesday, October 24, 2018
What is python?
Python is an object-oriented programming language. It is easy to understand and a high-level language. Python was developed by “Guido Van Rossum”. Python programming is a powerful, easy-to-learn, and versatile language used for web development, data science, automation, AI, and more. It features...
Monday, September 10, 2018
What is Blockchain Technology?
Blockchain technology is one of the most promising innovations in cybersecurity. ensures that data is 100% trustworthy. Originating from the mind of an unknown creator using the pseudonymous name, Satoshi Nakamoto, blockchain was initially adopted in 2008 to enable the digital currency,...
Tuesday, August 7, 2018
Introduction to Apache Ant Tutorial
Ant stands for "Another Neat Tool". It is a general-purpose build tool. This build tool is based on java from Apache Software Foundation. Apache Ant's build files are written in XML, and they take benefit of being an open standard, portable and easy to learn.
What is Apache...
Saturday, August 4, 2018
04
Aug
What Does SERP Means?
Search Engine Results Page is the Full Form of SERP. SERP is a Page display by Search Engine. Another way a list results display on the page by any search engine like Google, Yahoo, Bing, Yandex, Baidu etc.
For example : If you are searching a query on any Search Engine so Search...
Saturday, July 28, 2018
What is SEO (Search Engine Optimization)?
Search Engine Optimization is the Full form of SEO. Basically, SEO is one kind of Internet Marketing Strategy; it will help a website to rank higher in search engine result pages.
SEO is a process to Optimize the Website to improve the Websites SERP (Search Engine Results...
Thursday, July 19, 2018
What is Android?
Android is a Mobile Operating system. It is Most Popular Linux-based
mobile phone operating system. It is developed by Google. It is an open-Source software. Initially founded by Andy Rubin in October 2003 and later acquired by Google
on August 17, 2005.
Image Credit:...
Wednesday, July 4, 2018
Android SQLite Database Tutorial
SQLite is a
reliable and fully featured, SQL database engine. It is a lightweight
relational database management system in terms of setup and required resource.
It is an
embedded database software that stores local/client in application software.
Unlike other databases, SQLite...
Saturday, June 30, 2018
What is MySQL?
MySQL is
world's most popular open-source relational database management system (RDBMS).
It provides secure and effective way to manage your database applications.
MySQL is
developed and supported by Oracle. It is an important component of web
application software stack known as LAMP (Linux, Apache,...
Monday, June 25, 2018
25
Jun
What is the difference Between HTML and XML?
What is HTML?
HTML stands for Hyper Text Markup Language. HTML defines the structure of
the webpage by its tags. Tags are the basic building block of webpage. HTML is used to display data on the webpage. HTML is a data
presentation technology. Browser displays the page...