|
ADOdb and Oracle: an advanced tutorial
|
Other links at PHP > Magazine Articles |
| 1. |
Configuration Management
|
|
|
The mangement of software development projects with respect to issues such as multiple developers working on the same code at the same time, targeting multiple platforms, supporting multiple versions, and controlling the status of code (for example beta test versus real release).
|
| 2. |
PHP: Hackers Paradise
|
|
|
Being a good PHP hacker isnt just about writing single line solutions to complex problems. For example, web gurus know that speed of coding is much more important than speed of code. This article looks at techniques that can help you become a better PHP hacker. It assumes that you have a basic knowledge of PHP and databases.
|
| 3. |
PHP and XML, technical or cultural gap?
|
|
|
Classified as "the most popular Apache module" by E-Soft, PHP is one of the least frequently mentioned languages amongst the XML discussion lists. PHP4 brings many enhancements to PHPs object oriented features and should therefore allow a leap forward in the XML direction which PHP3 didnt allow.
|
| 4. |
Variable Security in PHP
|
|
|
In order to make sure that you are getting the value of global variables that you desire, it is important to refer to how they were generated. This is also relevant because global variables are defaultly turned...
|
|
|