PHP Tutorial
In this tutorial we will create a simple twitter copycat:
- In step1 we will create a simple page that lists all tweets in the database. step 1
- In step2 we will focus on organizing our code better. step 2
- In step3 we will separate the presentation and business layers using Smarty. step 3
- In step4 we will organize our template code. step 4
- In step5 we will create a new page that lists tweets from one user only. step 5
- In step6 we will create a form for user registration. step 6
- In step7 we will add some color to our site. step 7
- In step8 we will make our code more robust by adding error detection and handling. step 8
- In step9 we will add some error handling to our registration form. step 9
- In step10 we will create the login and logout functionalities. step 10
- In step11 we will enable our users to tweet (or should we call it freet?). step 11
- In step12 we will add jQuery magic to our site. step 12
- In step13 we will do some dynamic loading of tweets using Ajax and JSON. step 13
- In step14 we will create field specific error messages. step 14
- In step15 we will allow users to upload images into their profiles. step 15