This tutorial provides some technical background on a LAMP server, database design and normalization of a MySQL
database, and an approach to developing admin screens for a fictional game site, as a learn-by-example application, illustrating
the issues a developer should consider when designing and coding a php/MySQL database driven website.
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.
As in many languages, there are 150 different ways to do just about everything, the same rule applies for a simple connection and output of data in a mySQL database using PHP. This tutorial will give you only one way of accomplishing this, and while it works, it is definitely not the only way.
A beginning programmer's tutorial on what must happen and the order in which it must happen. An example from real life. (Programming language independent).
In this tutorial you will get the chance to learn how you can easily use variables in your PHP.
It teaches you the basics so it is very easy for you if you are a beginner. Easy explenations for how it works.
PHP is the hottest scripting language around - and with the release of PHP4, more and more developers are looking at it as a rapid Web development tool. This new series of tutorials is aimed at getting novice programmers up to speed on the language, and the first article covers variables, operators and the include() function call. Exploding chewing-gum is optional.
This 3rd part of the PHP 101 series features an explanation of WHILE, FOR and FOREACH loops, those PHP constructs that can save you hours of unnecessary HTML coding. Also included: array variables, the auto-increment operator, and some yummy desserts.
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.