Want to learn php, we have set up a simple to follow quick guide to send you on your way.
We cover all the very basics of php also find our other tutorials covering an even wider range of php coding.
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris
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
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.
This article will explain how to build dynamic web pages with PHP. PHP is a very popular and easy to learn script language. Regardless if you are starting to build your website, or if you are already a pro, just read on to learn more about dynamic web pages and PHP.
This tutorial is a starting point to Object orientated programming (OOP) which is a commonly used term when discussing modern programming techniques. One of the things that makes humans stand out is the ability to categorise - we put objects into categories of similar type of function.
Sometimes when you write code, you want to perform different actions for different decisions. You can use conditional statements in your code to do this. In this tutorial we will look at two structures: if...else and switch statements.