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 [..]
2011
Using HTML inside PHP echo function
You can use HTML tags inside PHP echo function. Look below examples of echo function with html tags. Using HTML heading tag.
2011
How to add comments in PHP and HTML code
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.
2011
PHP code to display visitors browser details
You can show your website visitors browser information using a simple PHP code. Use below code to display visitors IP.
2011
PHP code to display visitors IP
You can show your website visitors IP using a simple PHP code. Use below code to display visitors IP.
2011
PHP code to redirect a page
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
2011
PHP code to display Date and Time
2011
PHP While Loop
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.
2011
IF, Else construct in PHP
2011
PHP comparison operators
The PHP comparison operators are used to compare two variables. These are listed below.



