Explains what is PHP, and how it works with examples using a dynamic NetSafe Color chart and an Access database connection using ODBC. Also, includes links to other PHP-related sites.
In this tutorial we will be discussing how if-statements and loops work, the types of loops we will be discussing are while, do while and for. Also we will show you an example of how you can implent this in your beginning site to make it more dynamic.
An easy tutorial to learn the fundamental basics of PHP. The tutorial starts with a little history about PHP and how to install your home server. After that it quickly moves on to PHP syntax, variables, loops, if-statement, arrays and much more. It contains many examples to give aid during learning.
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris
In this tutorial you will be tought how to create your first PHP script using the famous hello world example.
If you are new to PHP programming, then check this out for your first simple lesson.
Trying to decide which server-side script is best for you? Get the scoop on PHP from the master herself, Julie Meloni in this special hands-on tutorial. It covers a brief introduction to PHP, system requirement, and a couple of example codes.
This tutorial will take you through both the IF and the IF-Else statement by comparing numbers, although relativly simple you can expand on them so that you can run checks on various things, such as passwords.
This article introduces you to php includes. Lets say you have a Web site with 10 or so pages, and you want to update the navigation. You don’t want the hassle of updating every single page. That’s where php includes come in handy.
Ok, this will give you some very basics of what php is, and how it works. Ill try to make it as new-to-programming freindly, but it will help if your at least good with understanding syntax of coding languages. Also, I wont go directly into how to install PHP onto your server, or local computer, but here is a few helpful links:
Auto installer for Windows:
http://codingforums.com/s howthread.php?t=3992
Sections:
1. What is PHP
a. Picking PHP
b. Installing PHP
2. Getting started
a. Checking your server
b. Your first script
3. Variables
a. Declaring variables
b. Filling variables
c. Using variables
Learn PHP through lessons and examples that are based on plausible real world applications. Also contained on tizag.com is a MySQL tutorial to aid you in your PHP/MySQL knowledge.