Archive for the ‘Php’ Category

Determining how much a web site should cost is one of the most frequently asked but rarely answered questions in the web design world. Even now, with millions of web sites online, there exists no magic formula for calculating either the cost of a new web site or the cost of a redesign. For this [...]

Php – Assigning Operators

Posted: January 22, 2011 in Php
Tags: , ,

We assign operator in php.  An operator is something that can be used to do operations on values to get a new value. We will look at: Arithmetic, Assignment, Logical, Comparison and Concatenation (string) Operators. Assignment Operators Assignment operators are used to set a variable equal to a value or set a variable by doing [...]

How to create a PHP string

Posted: January 22, 2011 in Php
Tags: , ,

A string is a series of characters. There are exactly 256 different characters possible. The present stable versions of PHP – PHP4 and PHP5, have no native support for Unicode (Unicode will be supported in the forthcoming PHP6). There aren’t string length limitations in PHP except the server’s available memory and the configuration of the [...]

PHP Variables

Posted: January 22, 2011 in Php
Tags: , ,

In this PHP programming language tutorial we will look at variables. A variable is used to store information or values in, like text-strings, numbers or arrays. As long as you don’t remove the value in a variable then you can use the variable (thus the value) over and over again. PHP Variable Declaration All variables [...]

Started in php programming

Posted: January 21, 2011 in Php
Tags: ,

Php is a powerful tool for making dynamic and interactive web pages. Php is the widely use free and efficient alternative to competitors such as Microsoft ASP.In our tutorial, we will get started to learn in basic tutorial in php programming. Ok lets get start ! First thing to do, at the first you learn [...]

how it works running in php?

Posted: January 21, 2011 in Php
Tags: , ,

The php need to have compilers to run and execute the web pages. The php will allow to have dedicated site that will download it for you. Here’s are the many compilers that use in php web developtment as there as follows : http://php.net http://apache.org http://apachefriends.org http://wampserver.com All of this is better,  i am using [...]

What is Php programming?

Posted: January 21, 2011 in Php
Tags: ,

PHP: Hypertext Preprocessor is a widely used, general-purpose scripting language that was originally designed for web development to produce dynamic web pages. For this purpose, PHP code is embedded into the HTML source document and interpreted by a web server with a PHP processor module, which generates the web page document. As a general-purpose programming [...]