Categories
PHPTips and Tutorials → Introduction to PHP

PHP Varibles

Covers Integers and Strings
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

Using Echo and Basic Operators

The basics of printing and doing math
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

[Tutorial] PHP Classes

This tutorial makes php classes easy to learn.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

INTRODUCTION TO PHP part 1

This tutorialis the part one of a tutorial dedicated to those who want to learn php but are very slow in picking up.This tutorial is taking from stage to stage with execises attached to it. Its like a class room
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

How to match and extract strings in PHP

Learn how search strings or replace single or multple matches using PHP functions. This tutorial explains the basic operations for dealing with string search and replacement using preg_match(), and preg_match_all() functions.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Type Juggling and Type Casting in PHP

Juggling and casting the variables types in PHP. Different to constants, a variable is automatically declared in PHP when you assign a value to it. Assignment is accomplished with the assignment operator (=). Note that the assignment operator (...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

First steps within the Zend Framework

Nice tutorial on using the Yahoo search web service with the classes from the Zend framework.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

PHP regular expression tutorial

In this article I will show you how to use PHP regular expressions in your own PHP scripts.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

PHP Tutorial

PHP is the most popular scripting language on the web. This PHP tutorial will teach you to create dynamic web pages. PHP is known as a server-sided language. The html of page does not make on your computer but you request it and it comes from the s...
  • Platforms
    • Linux,
    • Windows
  • Licenses
    • Commercial License,
    • Free for non-commercial use
DETAILS

How To Enable Session Support for PHP

The session support can be turned on automatically at the site level, or manually in each PHP page script: Turning on session support automatically at the site level we have to modify some setting in php.ini file. you can get php.ini file in folder y...
  • Platforms
    • Linux,
    • Windows
  • Licenses
    • Freeware
DETAILS

Page:
©2019 A--9.com