|
|
|
PHP Tutorial
|
PHP Development Using Strings Tutorial
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
View Rating |
|
|
PHP Tutorial
|
PHP Development Extending PHP Tutorial
This article describes how to easily create a PHP extension with C or C++. Examples of bundled PHP extensions include the MySQL extension or the Sablotron XSL extension. These allow you to provide features to PHP script authors by letting you create funct
View Rating |
|
|