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.
It covers all the basic in neat and clean manner. Its recommended for beginner and those that have just passed the beginners mark. Also good for those who want to brush up on the basics. Its intent was to make PHP welcoming for the beginners and not to make the whole intro sound too technical...
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.
It's time to face it: databases are everywhere. Feeling left behind? 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.
I ran into a lot of problems when i was first
learning PHP. It seemed that every book told
you how to do this, but never how to utilize
what you just learned. So, I will try and make
it a little more simple.