Click here

PHP Tag Index

Zend Debuts PHPcloud

New cloud service for PHP developers takes flight with tools to help build and test cloud applications.


Tags: open source, PHP, Zend, cloud computing

AppFog Expands Beyond PHP Servers in the Cloud

Startup formerly known as PHP Fog receives new funding as it expands into the PaaS server space.
Tags: PHP, cloud computing, open source software, PaaS, AppFog

PHP SQL Server Driver to Support PDO

The most recent SQL Server Driver for PHP 2.0 offers support for PDO (PHP Data Objects).
Tags: PHP, SQL Server, Driver, PHP 2.0

Shell Scripts and Here Documents

Tip of the Trade: A here document, or heredoc, is one way to get text input into a script without feeding it from a separate file. If the data or script is complicated, however, keeping the two separate is generally a better idea.
Tags: open source, PHP, Linux, programming, script