Tutorial: Getting started with PhPTutorial: Creating using and managing arrays in PhP
You know the problem: How do you store a series of numbers without knowing how many variables will be there?> Or you want o pass a value to a function, through one variable. Array variables are the answer
Tutorial on Database normalisation
Database normalisation in php and mysql: How to store information efficiently in separate table. An how to join tables to get this information out again.
Tutorial: How to create a table
In the tutorials on this site, we sometimes refer to a database (examples) and tables in this database (my_first_table and my_second_table). Please find these tables below.
The first steps
How to create a PhP file, define variables and use operators
Tutorial: Pass data by the URL, GET syntax
How do you pass data from one page to another? One way is to use the URL
PhP Tutorial: POST syntax
Transferring variables from one page to the next, using a websform. THat is easy enough. But how do you get them out of the posted data array?
Tutorial: passing data to your database
How to get data from a form into your database
Tutorial: How to query a database using PhP
You have a database. Filled your tables with lots of records. And you can\'t figure out how to get the data out again! Well.. Have a look here!