Does Fundamentals Of React Also Used In React Native?

Yes, React native runs on React. React is one of popular Open source Javascript library, used for building user interfaces with help of Javascript. There are some core concepts behind the React, those are also used in the React Native. Components: Components are like Java Script functions. It let us […]

How to use Super Variables in PHP?

Hey all, Today we are going to learn about PHP Super Global Variables and how can we use them. The Super global variables are those variables which can be access always. we can access these variable in any function, any file. There are the various type of PHP Super Global […]