
Search In
Hello Reader!
If you want to read a Excel file in PHP then you can learn the library code below
read('excel_file.xls'); // reads and stores the excel file data
// Test to see the excel data stored in $sheets property
var_export($excel->sheets
IPv6 - Address Types & Formats
Hexadecimal Number System
Before introducing IPv6 Address format, we shall look into Hexadecimal Number System. Hexadecimal is a positional number system that uses base of 16.
&n
Welcome to FindNerd. Today we are going to discuss schemas in mongoose with nodejs. There are other blogs available on FindNerd which are describing different features of nodejs so you can read out these blogs as well. Question is raised that what is
Set Interface in java,
It is the type of Collection and It’s the subclass of Collection interface so that all methods Collection
interface can also present in Set interface.
The important feature of Set interface is that it doesn’t allow duplicacy
SQL Server provides a number of global variables, which are very useful.The values of these variables is maintained by the server. All the global variables represent information specific to the server or a current user session.The names of global var
Hi Reader's,
Welcome to FindNerd, today we are going to discuss retrieving and set the data in cakePHP.
If you want to retrieve the data from the database in your CakePHP web application. So in CakePHP, there is an inbuilt function to get the da
If you are setting up a mail client it's also necessary to configure an SMTP server which will take care of the delivery for your emails. SMTP server can be configured in 4 simple steps which are mentioned below:
1.Firstly,select the "Account Set
"How to make validations in Model Class using Asp.Net MVC "
In this article we will learn about validating Model using Data Annotations . Data Annotations provides us Metadata that describes some set of rules, with the help
Welcome to Findnerd. Today we are going to discuss the concept of multiplexing in networking. Please have a look.
Multiplexing
Multiplexing is nothing but a process or a way to transmit the two or more signals over a communication channel at the sa
Hello Reader's ,
Today in my blog i am going to Describe Data Type in PHP. Data Type is a very important part of any programming language. Let's start learning about Data Type
What is Data Type?
A data type identifies the chara
