Tuesday, 12 June 2012

Dynamic Web page

Dynamic web pages are web sites that are generated at the time of access by a user or change as a result of interaction with the user. Dynamic web pages are a fundamental part of Web 2.0 which facilitates information sharing across multiple websites. Read more



social network
email spam
customer retention
text in email
email marketing best practices

Monday, 11 June 2012

MyBB

MyBB, originally MyBulletinBoard, is a free and open source forum software which is developed by the MyBB Group. It is written in PHP, supports MySQL, PostgreSQL and SQLite as database systems and has database failover support. Read more



social network
email spam
customer retention
text in email
email marketing best practices

Sunday, 10 June 2012

Functions-PHP

PHP has hundreds of base functions and thousands more via extensions. These functions are well documented on the PHP site; however, the built-in library has a wide variety of naming conventions and inconsistencies. Read more




social network
email spam
customer retention
text in email
email marketing best practices

Friday, 8 June 2012

Data types-PHP

PHP stores whole numbers in a platform-dependent range, either a 64-bit or 32-bit signed integer equivalent to the C-language long type. Unsigned integers are converted to signed values in certain situations; this behavior is different from other programming languages.Integer variables can be assigned using decimal (positive and negative), octal, and hexadecimal notations. Floating point numbers are also stored in a platform-specific range. They can be specified using floating point notation, or two forms of scientific notation.PHP has a native Boolean type that is similar to the native Boolean types in Java and C++.  Read more



social network
email spam
customer retention
text in email
email marketing best practices

Thursday, 7 June 2012

Security

Vulnerabilities are caused mostly by not following best practice programming rules: technical security flaws of the language itself or of its core libraries are not frequent (23 in 2008, about 1% of the total).Recognizing that programmers make mistakes, some languages include taint checking to detect automatically the lack of input validation which induces many issues. Such a feature is being developed for PHP,but its inclusion in a release has been rejected several times in the past. Read more


social network
email spam
customer retention
text in email
email marketing best practices

Wednesday, 6 June 2012

History

 PHP development began in 1994 when the Danish/Greenlandic/Canadian programmer Rasmus Lerdorf initially created a set of Perl scripts he called "Personal Home Page Tools" to maintain his personal homepage. The scripts performed tasks such as displaying his résumé and recording his web-page traffic.Lerdorf initially announced the release of PHP on the comp.infosystems.www.authoring.cgi Usenet discussion group on June 8, 1995. Read more



social network
email spam
customer retention
text in email
email marketing best practices

Tuesday, 5 June 2012

Rasmus Lerdorf

Rasmus Lerdorf (born 22 November 1968 in Qeqertarsuaq, Greenland) is a Danish programmer with Canadian citizenship and is most notable as the creator of the PHP scripting language. He authored the first two versions. Lerdorf also participated in the development of later versions of PHP led by a group of developers including Jim Winstead (who later created blo.gs), Stig Bakken, Shane Caraveo, Andi Gutmans and Zeev Suraski. Read more



social network
email spam
customer retention
text in email
email marketing best practices

PHP accelerator

A PHP accelerator is a PHP extension designed to improve the performance of software applications written in the PHP programming language. Read more



social network
email spam
customer retention
text in email
email marketing best practices