Archive for the ‘PHP tutorials’ Category

How to install PHP for IIS on Home Server

[via wegotserved]
If you’re interested in running a website from your home server, you may have considered various options, including running PHP. But running PHP with IIS can be fraught with problems - or at least was, until WGS reader, Christopher Courtney, wrote the following guide to installing PHP for IIS on Windows Home Server. Over [...]

Use wamp to build a php website running environment(windows)

If we want to debug a php website on local computer, we must build up a php website running environment first, that is PHP + mysql + Apache.
However, for PHP beginners, the establishment of such an environment is very difficult.Fortunately, there are some smart guys have considered to this point, they create tools that make this process more easier.
Now [...]

Official PHP Manual

This is the official PHP Manual of PHP.net.

Copyright
PHP Manual

Preface

Getting Started

Introduction
A simple tutorial

Installation and Configuration

General Installation Considerations
Installation on Unix systems
Installation on Mac OS X
Installation on Windows systems
Installation of PECL extensions
Problems?
Runtime Configuration

Language Reference

Basic syntax
Types
Variables
Constants
Expressions
Operators
Control Structures
Functions
Classes and Objects (PHP 4)
Classes and Objects (PHP 5)
Namespaces
Exceptions
References Explained
Predefined variables
Predefined Exceptions
Context options and parameters

Security

Introduction
General considerations
Installed as CGI binary
Installed as an Apache module
Filesystem [...]

Why use PHP?

PHP is a server side code, which means that before your visitor ever sees a thing on your site, the server is told to perform some functions and first. For example, you might tell the server “Get today’s date, put in a certain format, and show it in this table… then send the html to [...]

What is PHP & History of PHP

What is PHP?

PHP is a server-side, cross-platform, HTML embedded scripting language that lets you create dynamic web pages. PHP-enabled web pages are treated just like regular HTML pages and you can create and edit them the same way you normally create regular HTML pages. There are two meanings which programmers mostly associate PHP with:

Personal Home [...]