Home » Programming » PHP Tutorial

Learn basic PHP in 6 weeks Topic:  PHP Tutorial
Download (3274) times
Last Download at Saturday 14th of January 2012 11:45:07 PM

Learn basic PHP in 6 weeks

PHP is a server side scripting language that is embedded in HTML. It is used to manage dynamic content, databases, session tracking, even build entire e-commerce sites. It is integrated with a number of popular databases, including MySQL, PostgreSQL, Oracle, Sybase, Informix, and Microsoft SQL Server. ...

It is a very good habit to enter comment in your code. Entering comment in code helps you to keep track of the area and later you can easily debug them (if required). The browser ignores comments in HTML.

Variables begin with a dollar sign ($) and are followed by a concise, meaningful name. The variable cannot begin with a numeric character.

Sometimes it is convenient to be able to have variable variable names. That is, a variable name which can be set and used dynamically.

Variables in PHP are represented by a dollar sign followed by the name of the variable. PHP supports the basic data types of strings, integers, double precision floating point numbers, etc. Variables are not tied to a specific data type, and may take any of the data types.

PHP transparently supports HTTP cookies. Cookies are a mechanism for storing data in the remote browser and thus tracking or identifying return users. You can set cookies using the setcookie() or setrawcookie() function. Cookies are part of the HTTP header, so setcookie() must be called before any output is sent to the browser.

Session support in PHP consists of a way to preserve certain data across subsequent accesses. This enables you to build more customized applications and increase the appeal of your web site.
...
Source: home.arcor.de

Download File Read PDF Online

Comments for Learn basic PHP in 6 weeks


Related PDF Files

PHP Tutorial - Learn PHP

This tutorial is aimed at the PHP novice and will teach you PHP from the ground up. If you

Writing Scripts with PHP\'s PEAR DB Module

As a web programming language, one of PHP s strengths traditionally has been to make it ea

PHP - Advanced Tutorial

PHP - Advanced Tutorial. Connecting MySQL with PHP, easy step for cookie handling, setup g

Using Ajax with PHP and Sajax

This tutorial is for those interested in developing rich Web applications that dynamicall

PHP and PostgreSQL

There's something patently unfair going on here. For some reason, almost every PHP tutoria

Incoming Search: , , , , , ,