|
Develop rock-solid code in PHP: Lay the foundation
|
Other links at PHP > Tutorials > Development |
| 1. |
Writing more efficient PHP
|
|
|
This from IBM developerWorks, targets the PHP developer who already understands PHP, but either wants to write more efficient PHP code or wants to improve the performance of existing PHP applications. Requires registration to read the article on the IBM developerWorks site.
|
| 4. |
Apache, Apachecon and PHP
|
|
|
This article covers several useful topics on PHP programming from basics to working with database. Main topics include: mod_php - Hello World, PHP Programming, Maintaining State on a Single Page, Maintaining State Between Multiple Pages, PHP Data Enabled App Using PostgreSQL, and Installing phplib in a Postgres Environment.
|
| 5. |
Using Strings
|
|
|
A large portion of Web programming requires strings to be handled and generated, so knowing how to use and handle strings properly is extremely important for PHP programmers. This tutorial starts with the simple constructs used to create strings and moves through to more advanced techniques for string handling.
|
|
|