Tag Archives: web development

PHP Object cloning using clone keyword and

Feb 17, 2014

Object cloning or clone of an object means to create a duplicate of an object. With regular variables $var1 = $var2 means that a new..

Read more

Why open source will rule the data

Feb 13, 2014

Three commonly occurring conditions ensure that open source software will steadily widen its data center footprint. Open source as the future of IT Open is..

Read more

How to ensure privacy in the age

Feb 08, 2014

HTML5, the latest version of the language of the Web, was designed with Web applications in mind. It contains a slew of new application programming..

Read more

Dealing With Common PHP Errors

Jan 27, 2014

Working with PHP, we often face few common problem and errors related to PHP script such as white page of syntax error, unexpected errors, header..

Read more

Cross-Site Scripting Attacks (XSS)

Jan 23, 2014

Cross-Site Scripting (XSS) is a type of security hole where a hacker attempts to inject client-side scripting into a web page that others are able..

Read more

Some Useful PHP Functions

Jan 20, 2014

Hi all now we are going to see some useful php functions which will help you more the functions are of given below Highlight_string The..

Read more