Sessions in PHP | PHP Sessions
HTTP is stateless, it can’t carry the values of variables of one page to other page and redirection with values is a basic requirement nowadays. For that we have many…
Node.js | Develop Applications Using Node.js
JavaScript is one of the popular languages for the Web development, but it was restricted to the browser. “ “ allows you to move a step beyond and uses JavaScript…
Difference between DELETE and TRUNCATE Command
DELETE Comand Vs. TRUNCATE Command TRUNCATE command : TRUNCATE command is faster in compare to DELETE command as it uses fewer system & the transaction log resources . This commands…
How can you measure your skills as a Programmer ?
Are you Programmer?? Do you know what is rate of your skills as a Programmer?? How can you measure your skills as a Programmer ?? This is the fact that…
Signature Analysis -What a Signature Says About its Owners’ Personality
A signature is one of the unique things about any person. It can also be said to be your public face. People put a lot of thoughts into their signatures…
Difference between Cache and Cookie | Cache vs. Cookie
Cache and Cookie both are used for the temporary storage at client side and helps to improve website performance & accessibility but both have different purposes. Cache Cookie Whenever you…
Difference between VBScript and JavaScript | VBScript vs. JavaScript
VBScript JavaScript VBScript (Visual Basic Script) is the Active Scripting Language , lightweight & designed for fast interpreter . JavaScript is the Client side scripting language, prototype based and mostly…
WonderCube | World’s smallest Smartphone accessory
Nowadays people like to stay connected with latest trends , technology and gadgets, they like to be connected with latest news & social ,cables, power banks,memory, card reader, OTP Cable, USB…
Vivaldi| Vivaldi Web Browser
Day by day technology making our works easy and fast. There are browsers available today like Firefox, Opera, Internet Explorer, Google Chrome, Safari and many more. Each one have their…
Difference between include()and require() in PHP | include() vs. require()
In previous post, we have seen how to include files in PHP using include(), require, include_once() and require_once(). All these function helps you to include/insert content of one file to…