How to show visitor’s IP, Browser, Refer URL Etc PHP code? <!– This Script is from www.phpfreecpde.com, Coded by: Kerixa Inc–> <?php $u_agent = $_SERVER[‘HTTP_USER_AGENT’]; $bname = ‘Unknown’; $platform = ‘Unknown’; $version= “”; Read more…
Category: JavaScript Basic
Source: tutorialrepublic.com
JavaScript Copy by Reference – Learn Copy by reference
JavaScript Copy by Value – Learn Copy by value
JavaScript Call the Methods of an Object – Learn Call the methods of an object
JavaScript Remove Properties from an Object – Learn Remove properties from an object
JavaScript Dynamically Access Object Properties Using Variables – Learn Dynamically access object properties using variables
JavaScript Set the Properties of an Object – Learn Set the properties of an object – JavaScript Code
JavaScript Set the Properties of an Object – Learn Set the properties of an object
JavaScript Get Properties Values of an Object – Learn Get properties values of an object
JavaScript Access Properties of an Object Using Bracket Notation – Learn Access properties of an object using bracket notation
Creating Objects in JavaScript – Learn Creating objects