Articles [PHP]

Login in php required following step. As we know that there are two types of website dynamic website and static website   we generally used login process in dynamic website. There are following steps of login page in php First we make a...

  PHP ARRAY Like another programming language php also having array. Array is a special variable which can used to store multiple values of same data type. Array is used to hold all values under one single name and we used that value by...

PHP also having operators like other programming Languages like Java, C++, and C etc. PHP operators are:- Assignment Operators. Arithmetic’s Operators. Comparison Operators. String Operators. Assignment Operators: PHP having assignment...

What is PHP? Php stands for pre hypertext programming language or hypertext preprocessor. It is a server site programming language like other programming language like Asp.net etc. Now a day it is very much popular in website development. Many...

Introduction to PHP PHP stands for  Hypertext Preprocessor.It is a server-side scripting language.It is an open source software and free to download and use. PHP files have a file extension of ".php", ".php3", or ".phtml".   PHP script:...

Mantis bug tracker is free web based bug tracking system. This software needs php,apche server or iis and mysql. This software code was written in php. To run this sofware we should have basic knowledge in php, server and mysql. You can see all...

A Very first version of php is PHP/F1 at 1995 its called Personal Home Page Tools' set of script ,next version of php 2.0 was released at 1997 somewhat more future and several peoples used it, after very short period they released PHP 3(1998) ,Its...

PHP: Hypertext Preprocessor(PHP) is open source Scripting Language suited for Web development . Here i give some date format and some PHP Programming hints 1. Date Format from DD/MM/YYYY to change YYYY/MM/DD Input Billdate= DD/MM/YYYY Code:...

   Here goes the simple database connectivity procedure.    $ref = mysql_connect("localhost","username","password"); if(!$ref) {        die("Could not connect to the database",mysql_error()); } else {        //user  operations like...

Powered by CjBlog