04
Apr
2011

PHP Programming Solutions to Create Successful Web Pages

Posted in: PHP No Comments
post image

Being a development terminology that is popular on the list of php developers world wide, PHP provides with distinctive capabilities and straightforward convenience. This allows computer programmers to create a helpful as well as desirable web site using webpages for [..]

12
Feb
2011

Using HTML inside PHP echo function

Posted in: PHP , , No Comments
post image

You can use HTML tags inside PHP echo function. Look below examples of echo function with html tags. Using HTML heading tag.

06
Feb
2011

How to add comments in PHP and HTML code

Posted in: Coding, PHP No Comments
post image

A comment in PHP code is part of the program, its only purpose is to provide extra information. PHP supports both single-line and multi-line comment.

04
Feb
2011

PHP code to display visitors browser details

Posted in: PHP No Comments
post image

You can show your website visitors browser information using a simple PHP code. Use below code to display visitors IP.

04
Feb
2011

PHP code to display visitors IP

Posted in: PHP No Comments
post image

You can show your website visitors IP using a simple PHP code. Use below code to display visitors IP.

03
Feb
2011

PHP code to redirect a page

Posted in: PHP 1 Comment
post image

You can set redirection of a page to any other url using a simple php code. In below code I will redirect to www.google.com

03
Feb
2011

PHP code to display Date and Time

Posted in: PHP No Comments
post image

Below is PHP code to display Date and time.

03
Feb
2011

PHP While Loop

Posted in: PHP No Comments
post image

while in PHP is used for looping. It tells PHP to execute the nested statement(s) repeatedly, as long as the while expression evaluates to TRUE.

03
Feb
2011

IF, Else construct in PHP

Posted in: PHP No Comments
post image

If, else construct is used to add logic in php code.

02
Feb
2011

PHP comparison operators

Posted in: PHP No Comments
post image

The PHP comparison operators are used to compare two variables. These are listed below.