
Search In
Hello friends,
Today we learn how to get the properties of a class in PHP. In PHP, get_class_vars() function is used to get all the default properties of a particular class. It will return the result in the form of associated array. The properties t
SAML is Security Assertion Mark Up Language, which was built to provide authorization between multiple identities, so that multiple services can use the same authentication.
The SAML authentication can basically happen in two ways:
A) SP Initiated:
In angular material there are two directives one is md-tabs and another is md-tab. md-tabs is the container to group md-tab. md-tabs contains the collection of tabs while md-tab is for single tab.So these directives are used to display tabs in your a
I have problem related on internet connection in Android x-86 version 5.1 (Lollipop) and version 4.4 (Kitkat). I run that android emulators on VM-ware. I used bridged connection.
I use android-x86-4.4-r5.iso for Kitkat and android-x86-5.1-rc.iso for
Cascading Style Sheets, affectionately alluded to as CSS, is a straightforward plan dialect proposed to streamline the way toward making pages satisfactory.
CSS handles the look and feel part of a site. Utilizing CSS, you can control the shade of th
Hi there.
I have been studying web automation for a while, using GeckoFX.
Now I have encountered a problem - I cannot found any information about how to control GeckoFX's Webbrowser in new windows. Opening popups is integrated in GeckoFX by def
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
Hey Guys! I made the twitter account in 2010 while I graduated from college. Back then, Twitter wasn’t that cool, neither hyped nor important so I stuck to FB and Orkut. But now, I’m in an immediate need to get my Twitter channel fl
If we need to export our application data in XML format then we can generate an XML file with the use of PHP.
Let's see how can we do it.
first of all, in our PHP file create a class that initializes the parameters.
class Xmltest
{
Hello Readers ,
Below is the explanation of how we can create any HTML into PDF and then further send it to emails as an attachment etc.
Install the Dompdf library from github https://github.com/dompdf/dompdf/releases and then put it into you
