Category Archives : Technology


Locked doors

The world “security”, has both positive and negative connotations. Most of us would say that we crave security for all its positive virtues, both physical and psychological its evocation of the safety of home, of undying love, or of freedom from need. More negatively, the world nowadays conjures up images of that huge industry which […]

images

PHP Data Objects (PDO)

PHP Data Objects (PDO) The PHP Data Objects (PDO) extension defines a lightweight, consistent interface for accessing databases in PHP. Each database driver that implements the PDO interface can expose database-specific features as regular extension functions. Note that you cannot perform any database functions using the PDO extension by itself; you must use a database-specific […]