Home

Submit

Source

Feeds

Home » PHP » Getting Started ::

PHP Getting Started
As a language for building dynamic Web pages, PHP offers a simplified method for constructing complex and powerful Web-related programs.Step by step, Erik demonstrates the fundamental principles of PHP in an original, real-world Web site example. Part 1 of this two-part series offers the basics of PHP and features a Webzine that includes an author's page where content providers can enter the text of articles, as well as a front end for presenting this content to the world.
Related Tutorials
PHP Functions
Introduction to PHP Functions
PHP / Functions
Functions are a very important part of PHP and it is probably safe to say that they are used in every single script. This tutorial will guide you through the basics of PHP functions to creating your own to do specific tasks.

Site: www.codebeach.com Report - View Tutorial

PHP Databases
PHP and Mysql: Part 1
PHP / Databases
Alot of people have written in saying that the Using MySQL with PHP tutorials they've found in the internet are difficult to follow. This tutorial is our attempt at solving the confusion and providing a straight-forward explanation of how you use PHP to interact with a MySQL database.

Site: www.webdesign.org Report - View Tutorial

PHP Getting Started
PHP References explained
PHP / Getting Started
One of the most underused features of PHP is the ability to use references. The problem is that using references are rather troublesome in PHP. References was not part of the original syntax but has been added later on, thus leading to a somewhat confusing syntax. There's also little support for references in the native function set.

Site: www.zez.org Report - View Tutorial

PHP Forms
Creating a Mail Form with PHP and Flash - Part 2
PHP / Forms
This tutorial will explain how to Creating a Mail Form with PHP and Flash - Part 2.

Site: codewalkers.com Report - View Tutorial

PHP Installation
How to Get Apache, PHP, and MySQL Up and Running
PHP / Installation
If you have no idea where to start or need some help on how to install, configure and tweak Apache, PHP, and MySQL on Unix or Windows, this 3-part hands-on article will guide you before you get lost in manuals.

Site: www.wowwebdesigns.com Report - View Tutorial

PHP News and RSS Feeds
Creating a News System with PHP - Part 2
PHP / News and RSS Feeds
This is the part 2 of my news system, it will teach you how to make a complete news system for your site.

Site: codewalkers.com Report - View Tutorial

PHP Databases
Building a Database-Driven Web Site Using PHP and MySQL
PHP / Databases
This ten part series of articles will teach you everything you'll need to build a database-driven Web site from the ground up. Main topics include: Installation, Getting Started with MySQL, Getting Started with PHP, Using PHP to access a MySQL database, Relational Database Design, A Content Management System, Content Formatting and Submission, MySQL Administration, Advanced SQL, and Advanced PHP.

Site: www.sitepoint.com Report - View Tutorial

PHP Forms
Phorm Manager
PHP / Forms
In this part four of a series on HTML form handling with PHP, it explains how to create a powerful PHP form handler, called Phorm Manager.

Site: www.onlamp.com Report - View Tutorial

PHP Dynamic Images
Swap Images and Text with PHP
PHP / Dynamic Images
As you can see, you can change the name of the models, and also the pictures without leaving the page. This is done using a simple PHP script that will carry GET parameters as part of the URL. The script will use these parameters to decide what name and what picture will appear on the page each time it is loaded.

Site: www.carbotek.org Report - View Tutorial

PHP Regex
Regular Expressions and PHP
PHP / Regex
We all know the importance of regular expressions. They are inseparable part of most user input form validations. This tutorial gives you the basic overview of regular expressions in POSIX style and their support by PHP.

Site: www.alphapatrol.com Report - View Tutorial

PHP File Operations
Building an FTP client with PHP
PHP / File Operations
PHP being such a versatile language to work with and FTP being such a simple protocol would tempt anyone to attempt an FTP client from the ground up. This four part article will introduce you to the protocol and help you build you own client. Sample code is included.

Site: www.raditha.com Report - View Tutorial

PHP Databases
Data Integrity Using MySQL and PHP (Part 2)
PHP / Databases
A continuation of the series, "Data Integrity Using MySQL and PHP," this article discusses the concept of auto_increment fields in MySQL, to cause MySQL to store a unique, incrementing integer in the field of each new row.

Site: www.abriasoft.com Report - View Tutorial

PHP General Development
A HOWTO on Optimizing PHP
PHP / General Development
PHP is a very fast programming language, but there is more to optimizing PHP than just speed of code execution. In this chapter, we explain why optimizing PHP involves many factors which are not code related, and why tuning PHP requires an understanding of how PHP performs in relation to all the other subsystems on your server, and then identifying bottlenecks caused by these subsystems and fixing them. We also cover how to tune and optimize your PHP scripts so they run even faster.

Site: phplens.com Report - View Tutorial

PHP Databases
Creating a Simple Photo Album with PHP and MySQL (Part 1)
PHP / Databases
Online photo albums are everywhere these days. Some of them are dedicated to landscapes, others are dedicated to celebrities, and the list goes on and on. This tutorial is the first in a series of tutorials that will teach you how to use PHP and MySQL to create a photo album that will allow you to upload new pictures, delete old pictures, and even update any information linked to your pictures.

Site: www.carbotek.org Report - View Tutorial

PHP Getting Started
What is PHP and Why Should I Care?
PHP / Getting Started
One of the first things most people want to know about PHP is what the initials stand for. Then they wish they had never asked. Officially, PHP stands for PHP: Hypertext Preprocessor.

Site: nicetutz.blogspot.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement