So, you've mastered HTML and JavaScript. I guess the next stage is PHP! Don't worry. It isn't too hard. This tutorial is great for learning PHP right from the beginning teaching you all the basics to help you advance quickly on to more advanced concepts.
All the tutorials on Afmanuk will help you on your way to being a powerful webmaster. Taking you through many aspects of PHP throughly to assure that you too can soon be a very powerful PHP user.
Learn how to make loops using while(), in this tutorial it include a sample showing you how to make it print the numbers 1 - 10 on seperate lines! its a good starting point for any beginner.
Learn PHP array() and how easy it is to store and organize complex data structures. This is one of the thing you must know in order to create dynamic web sites and on-line applications.
In this tutorial you will learn:
* What PHP can be used for
* How PHP works
* A basic PHP script
* Using variables
* Using some basic conditional statements
In order to accomplish almost any programming task with PHP you'll be dealing with strings. To get the best out of PHP you must thoroughly understand the basic string functions available. In this tutorial we will lay down the foundations needed for a solid understanding of strings.
36 pages of examples and discussions about strings.
Server side includes are frequently used to give your entire site the same look and feel, as well as allowing you to produce more modular code. Join Peter as he explains this, and shows you how!