Inserting and Displaying Information From a Database
In this tutorial you will learn some basics for inserting data into and retrieving data from a database.
In this tutorial you will learn some basics for inserting data into and retrieving data from a database.
BBcodes is an excellent way of allowing your users to format their text without allowing them to use HTML. Learn how to make a parser class in this tutorial.
Learn how to program in OOP.
Using RSS feeds is a commonly used way of distributing your news headlines to the world. This tutorial will show how to make it “automatically”.
Learn how to backup your database with MySQL using a shell script.
Designing Code
Part III of III. Includes discussion of Many to Many relationships, SQL Joins, OOP, PHP Documentor, using classes, and emitting Javascript with PHP.
Part II of III. Includes discussion of Many to Many relationships, OOP, PHP Documentor, using classes, and emitting Javascript with PHP.
In this article about web server / PHP Security, you can learn about HTTP Response Splitting and how to avoid the vulnerabilities with it.
This is a beginner tutorial which covers most of the problems we see new PHP developers having. This tutorial covers the different constructs used to include files, command line techniques, using the DOCUMENT_ROOT, and saftey / security tips about the inclusion of files.