These days I found a great PHP tutorial series called “Diving into PHP”. It is made by Jeffrey Way from Theme Forest and it has 15 episodes till now. It starts from scrach and slowly builds up to advanced topics that is why it is great for PHP beginers and for advanced users.
Some resource links :
Enough with the chitchat, lets dive you in:
1st episode will teach you to install the support applications that will build the developing environment (Get the source files):
2nd episode shows you how to work with variables and using single/double quotes
3rd eppisode will get you in how to pass variables from page to page using GET and POST (Get the source files):
4th episode continues on how to pass multiple variables from page to page you will have a review for “foreach” statement (Get the source files):
5th episode reviews arrays, refactoring, functions, and includes (Get the source files):
6th episode gets you into somehow more advanced topics like “include” statement (Get the source files):
7th episode will teach you how to use regular expressions with PHP. Over the course of about ten minutes, you’ll be learning about “preg_match()” and “preg_replace()” functions to validate a form. (Get the source files):
8th episode will explain to you how to use the strings. Single quotes, double quotes and a not so known concept called heredocs (Get the source files):
Starting with 9th episode, you’ll going to learn some practical uses of PHP. In this episode, you’ll be shown how to detect whether or not a user has visited your site previously (Get the source files):
In 10th episodes you’ll be shown how easy it is to get up and running with MySql. We’ll also review the correct way to retrieve information from your new database (Get the source files):
Continuing on from Day 10, you’ll review SQL insert statements that will allow you to add new rows to your MySql database with PHP. Additionally, you’ll learn one of the ways to loop through an array and thats the foreach statement. (Get the source files)
Thats it for the moment. Stay tuned for the upcoming screen cast. Don’t forget that screen casts are originated from http://blog.themeforest.net/tutorials/diving-into-php-video-series/.
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Apr | ||||||
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 | 31 | |||||
RSS feed for comments on this post · TrackBack URI
Leave a reply
You must be logged in to post a comment.