All posts by admin

Swapping Array Keys and Values

Dec 06, 2013

If you want interchange the keys and values of an associative array. It’s very easy, just use PHP’s array_flip() function which perform a very specialized..

Read more

Top 5 Data Recovery Software

Dec 05, 2013

Hi all many of has an issue we delete an important file by mistaken if we just done it by pressing the delete key we..

Read more

Jon Jenkins Leaves Pinterest

Dec 05, 2013

Jon Jenkins, who joined Pinterest a year ago as its head of engineering, is leaving the company in what he describes on Quora as a..

Read more

Definition of a class attribute – PHP

Dec 03, 2013

An attribute is know as data members and is used to hold data of a class. The data that it holds are specific to the..

Read more

Difference Between Sleep and Hibernate in Windows?

Dec 03, 2013

Windows 7 provides several options for conserving power when you are not using your PC. These options include Sleep, Hibernate, and Hybrid Sleep and are..

Read more

Secure your PHP script by hiding extensions

Dec 02, 2013

In general, security by obscurity is one of the weakest forms of security. Suppose If I were exploiting a site, I wouldn’t check what scripting..

Read more