Self-Paced PHP Tutorial for the Filipino Programmer
In a series of articles, I will be writing some tutorials on the basics of PHP. I have done a number of workshops and lectures in the past demonstrating the use of PHP and MySQL in building dynamic, database-driven website, but I have not really origanized my work in one coherent manual where people — including those who are really new to PHP and want to get up to speed with it — can refer to for a quick guide. I have young students in Davao who come to me for help in learning PHP. There are also other software professionals who are just plainly curious and want to explore about PHP and compare it with their current development tools like JSP or ASP.Net.
To this end, I want to share with them a very quick and easy tutorial on PHP Programming. There are already a lot of tutorials out there scattered on the Web, but here I’ll try to be concise and include only those that are relevant. At the end of each topic, there will be questions or problems that you have to solve on your own to challenge you on what you have learned about a specific topic.
PRE-REQUISITES:
- Knowledge of HTML and CSS
- Knowledge of at least one programming language
- Background on SQL
- Knowledge of Windows Environment
TOPIC:
- Intalling PHP Under Windows
- PHP Syntax
- Variables, Constants and Simple Arrays
- Control Structures
- PHP Form Handling
- String Handling
- User-defined Functions
- Object-Oriented Programming using PHP
- Connecting PHP to MySQL
- Building a Simple Database Application With PHP and MySQL
That’s it! In the coming days, the rest of the articles will be posted here.
Happy PHP coding!
[…] Happy PHP Coding! This series of articles is intended as a Self-Paced Introductory tutorial on PHP. […]