
PHP.NET PEAR - PHP Extension and Application Repository PHP Coding Ground ★ Free php scripts, mySQL, tutorials, Shared C PHPKODE Mailing Lists There are many PHP-related mailing lists available on our server. Most of them are archived, and all of them are available as newsgroups on our news server. You can search some mailing lists right from this website from the search page or by using the search input box selecting the appropriate option on the top-right of every page. There is an experimental web interface for the news server at and there are also other archives provided by Marc. Twitter The PHP team maintains an official PHP.net account on twitter, @official_php, for those interested in following various information about the PHP project. Mailing List Posting guidelines When posting to mailing lists or newsgroups, please keep the following in mind: Use a valid email address. And make sure you have read our Mailinglist Rules. You will be sent a confirmation mail at the address you wish to be subscribed or unsubscribed, and only added to the list after following the directions in that mail.
A Guide on Advanced Logging and Benchmarking with FirePHP In a previous article, we discussed FirePHP’s basic logging functions for debugging your PHP web applications. Although–as we have seen–it can be used for debugging purposes, its main utility is to log information about your web apps, and it does a terrific job in that regard. In this article, I will introduce you to an old concept that seems to be forgotten by most web developers today: the importance of logging. We will talk about: Grouping messagesTablesBenchmarking your code We’ll also learn how to redirect trappable PHP errors to FirePHP, which is a neat and very convenient feature. The importance of logging While debugging is essential to ensure an application works, it does not explain why, for example, a user is having trouble subscribing to your newsletter when other users can. Logging information will allow you to gather all available information so that you can trace the user actions in great detail. Grouping messages A hypothetical grouping example Simple benchmarking Tables
Tutorial - Formulare verarbeiten mit PHP - Grundlagen Vorwort Da immer wieder Fragen auftauchen wie man Formulardaten in eine Datenbank schreiben und später wieder auslesen kann habe ich mich dazu entschlossen dieses kleine Anfängertutorial zu schreiben. Damit ein Benutzer mit einer Seite interagieren kann ist es nötig das eine Eingabemöglichkeit geschaffen wird: ein Formular. In diesem Tutorial schauen wir uns zunächst einmal an mit welchen Formular-Elemente wir es zu tun bekommen können. Auf Submit geklickt und jetzt? Schauen wir uns mal ein Formular an das die wichtigsten Elemente beinhaltet. <! Wer hier schon Probleme hat zu verstehen was er vor sich sieht, der sollte an dieser Stelle abbrechen und erst einmal HTML Grundlagen pauken! Nachdem man "Submit" gedrückt hat, kommt bei PHP ein Superglobales Array an das sich $_POST nennt - natürlich nur, wenn die method-Eigenschaft im Form-Tag auch "post" war. nach abschicken des Formulars für PHP ein Hier wird auch deutlich wieso ein name-Attribut wie etwa "2. <?
PHPBuilder.com, the best resource for PHP tutorials, templates, PHP manuals, content management systems, scripts, classes and more. PEAR - PHP Extension and Application Repository 15 PHP regular expressions for web developers Getting started with regular expressions For many beginners, regular expressions seems to be hard to learn and use. In fact, they’re far less hard than you may think. Before we dive deep inside regexp with useful and reusable codes, let’s quickly see the basics: Regular expressions syntax PHP regular expression functions Validate domain name Verify if a string is a valid domain name. $url = " if (preg_match('/^(http|https|ftp)://([A-Z0-9][A-Z0-9_-]*(? » Source Enlight a word from a text This very useful regular expression find a specific word in a text, and enlight it. $text = "Sample sentence from KomunitasWeb, regex has become popular in web programming. Enlight search results in your WordPress blog As I just said that the previous code snippet could be very handy on search results, here is a great way to implement it on a WordPress blog. echo $title; Now, just before the modified line, add this code: <? Save the search.php file and open style.css. » Source » Source 'A(? <?
News / php-journal - PHP Journal A Tourist's Guide Everyone knows the php.net site. All of us went there sooner or later, and will keep going back there. This is the central reference point for PHP users, and there is a wealth of information there. This is the primary web site. This is the home of the download page, for everyone to get the latest version of the PHP source code and binaries for Windows. The next most visited section is the documentation. The support page has all the directions to a wealth of resources both inside and outside of PHP.net. Now, buckle up your seat belt, and stop smoking. This is where speakers at various PHP-related conferences keep their slides. news.php.net is the web interface to the PHP mailing lists. PEAR is the next revolution in PHP. PECL is a repository for PHP Extensions, providing a directory of all known extensions and hosting facilities for downloading and development of PHP extensions. This page provides set of useful tools for PHP Manual translators and contributors.