PHP is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. Its syntax draws upon C, Java, and Perl, and is easy to learn. PHP runs on many different platforms and can be used as a standalone executable or as a module under a variety of Web servers. It has excellent support for databases, XML, LDAP, IMAP, Java, various Internet protocols, and general data manipulation, and is extensible via its powerful API. It is actively developed and supported by a talented and energetic international team. Numerous Open Source and commercial PHP-based application packages are available.
| Tags | Software Development Interpreters Internet Web Dynamic Content |
|---|---|
| Licenses | PHP |
| Implementation | PHP C |
Recent releases


Changes: This release is a major improvement in the 5.X series, and includes a large number of new features and bugfixes. See the release announcement for a list of new features, and the migration guide for tips (and potential problems) with migrating from 5.2.x.


Changes: This release focuses on improving stability with over 100 bugfixes, one of which is security related. All users of PHP are encouraged to upgrade to this release.


Changes: This release focuses on improving the stability of the PHP 5.2.x branch with over 50 bugfixes, several of which are security-related. All users of PHP are encouraged to upgrade to this release.


Changes: This release addresses a regression introduced by 5.2.7 in regard to the magic_quotes functionality, which was broken by an incorrect fix to the filter extension.


Changes: This release focuses on improving the stability of the PHP 5.2.x branch with over 120 bugfixes, several of which are security-related. This release was quickly suspended in favor of 5.2.8.
- All comments
Recent commentsthe latest version
PHP 5.2.6 Released. This release focuses on improving the stability ofthe PHP 5.2.x branch with over 120 bug fixes, several of which are security related.All users of PHP are encouraged to upgrade to this release.
Re: PHP Editors ?
>
> % Hi ,
> %
> % An year or so ago I used an PHP
> editor
> % that suggested functions when typing
> (
> % not php default functions , functions
> I
> % have created ) .
> %
> % Can't find it now . Anybody knows ?
>
>
> The best PHP editor i came across so far
> is Zend Studio.
yes, but there is no linux/ubuntu version of Zend Studio :(
--
Janet Kellman (http://rbytes.net/software/)
Re: PHP Editors ?
> Hi ,
>
> An year or so ago I used an PHP editor
> that suggested functions when typing (
> not php default functions , functions I
> have created ) .
>
> Can't find it now . Anybody knows ?
I use dreamweaver MX. I don't know whether this is the best editor to use, but it seems to work fine for me. I like the way it puts different identifiers in specific colours, and it shows simple errors quickly. There are shortcuts that you can programme into the editor aswell.
I do find that I have to have a good knowledge of php, as DW isn't much good at writing code for you.
Model-View-Control
Hi! I am a newbie to php, but I found it is very powerful, so I am quite eager to learn more. Does it also support Model-View-Control, Ajax, and tiled layout solution in frontend? Thanks
Re: PHP Congrats
> php will rule another couple of years.
I hope it rules for a lot longer than a few more years... It took me a long time to get where Im at with PHP. I don't like the idea of switching to something else and having to relearn everything all over again.