PHP is programming language widly used for web development. In this article you will learn about creating loop which will…
Browsing: PHP
PHP is a popular server-side scripting language used to build dynamic web applications. One common task that web developers need…
Short open tags are a type of PHP code that allows you to use abbreviated syntax. This means you can…
This article will help you to how to set or get timezone in a php script using date_default_timezone_set() and date_default_timezone_get()…
Setup the default timezone is very necessary for proper data processing sends from various countries. This article will help you…
DOCUMENT ROOT is the path where application is stored on file system. In some application’s we need to use absolute…
Phalcon is a high performance Php framework with MVC support. Its is very useful framework for developing dynamic applications rapidly.…
All the programming languages provide functions for sending emails. PHP also provides mail() functions to send emails. But the main…
MongoDB is an open source NoSQL database. These days mongodb is getting more popularity between web developers for their processing…
XCache is a fast, stable PHP opcode cacher. This relatively new opcode caching software has been developed by mOo. XCache…