// PHP: Happy 15th Birthday!

Fifteen successful years are gone since Rasmus Lerdorf released PHP 1.0 – a long time for a software, especially for a language generally grown and maintained as an open source project. Here's to the next 15 years!

I did my first steps regarding web development with PHP3, first serious projects with PHP4.1 (back then, MSIE 6 was brand new and innovative as hell LOL).

Some links, containing more background information:

Leave a comment…




XGUYP
  • E-Mail address will not be published.
  • Formatting:
    //italic//  __underlined__
    **bold**  ''preformatted''
  • Links:
    [[http://example.com]]
    [[http://example.com|Link Text]]
  • Code:
    <code>This is unspecific source code</code>
    <code php><?php echo 'PHP'; ?></code>
    <code javascript>alert('JS');</code>
    <code c>printf('C');</code>
    <code cpp>std::cout << 'CPP';</code>
    <code java>System.out.println('Java');</code>