Tipscorner

Tipps und Tricks für verschiedene Dinge im Leben

Archive for the ‘PHP’ Category

de.comp.lang.php.* FAQ

leave a comment »


Dies ist die FAQ (FAQ = Frequently Asked Questions [Häufig gestellte Fragen]) für die Newsgruppen de.comp.lang.php.* (de.comp.lang.php.misc, de.comp.lang.php.datenbanken, de.comp.lang.php.installation, und de.comp.lang.php.netzprotokolle) Sie erklärt den Zweck der Newsgruppen, auf welche Weise man hier am einfachsten an sinnvolle Antworten kommt und dient als Sammlung von Antworten auf häufig gestellte Fragen in der Gruppe.

Wenn Du Kommentare oder Vorschläge zu diesem Artikel hast oder wenn Du selber einige Abschnitte in diesen Artikel einbringen möchtest, wendest Du Dich am besten per Mail an die Mailingliste zur de.comp.lang.php FAQ, <faqlist@php3.de>.

http://www.php-faq.de/index.html

Written by MrT

November 25, 2007 at 14:31

Veröffentlicht in Blogroll, PHP

PHPDeveloper – XML

leave a comment »


Up-to-the Minute PHP News, views and community

http://www.phpdeveloper.org/feed/tag/xml

Written by MrT

November 25, 2007 at 09:02

Veröffentlicht in Blogroll, PHP

Race Conditions with Ajax and PHP Sessions

leave a comment »


One of the problem with race conditions is that it is often difficult to actually witness the ramifications of one when it happens, especially if you are not aware of it. If you’ve used PHP’s built-in, default session handling (that uses files), you’ll never come across the problem. However, things get interesting once you start using session_set_save_handler to write your own session handler.
Quelle:

Written by MrT

Februar 4, 2007 at 10:58

Veröffentlicht in Blogroll, PHP, Programmierungssprache