32 private links
If you upgraded to PHP 5.3, chances are high you’re going to run into a few warnings or deprecated function messages.
An example is the ereg family of functions, which are gone for good, as they were slower and felt less familiar than the alternative Perl-compatible preg family.
DNS (ang. Domain Name System, system nazw domenowych) to system serwerów, protokół komunikacyjny oraz usługa zapewniająca zamianę adresów znanych użytkownikom Internetu na adresy zrozumiałe dla urządzeń tworzących sieć komputerową. Dzięki wykorzystaniu DNS nazwa mnemoniczna, np. pl.wikipedia.org, może zostać zamieniona na odpowiadający jej adres IP, czyli 91.198.174.232
http://pl.wikipedia.org/wiki/Domain_Name_System
W czasie, gdy DNS był projektowany nikt nie pomyślał o tym, że zakres znaków [a-z0-9] będzie niewystarczający. W 2003 roku pierwsze domeny najwyższego poziomu (ang. TLD – Top-Level Domain) .info, .jp, .kr, .lt, .pl, .se itd. zaczęły rozszerzać zestaw znaków używanych w nazwach domen. Aktualnie większość TLD obsługuje domeny IDN.
PHP is a widely used, general-purpose scripting language that was originally designed for web development to produce dynamic web pages. For this purpose, PHP code is embedded into the HTML source document and interpreted by a web server with a PHP processor module, which generates the web page document. In this article I am going to create a list of Ten Best PHP Frameworks for our readers.
Tytuł brzmi nieco niedorzecznie, co? Język stworzony do tworzenia stron WWW posłuży nam do manipulowania plikami multimedialnymi. Za sprawą Vladimira Goreja i jego skryptu FFmpeg PHP opublikowanego na phpclasses.org jest to możliwe.
Skrypt korzysta z bibliotek ffmpeg (wersji na Windowsa chyba nie ma). Mając duży plik na serwerze możemy wyciągać z niego takie rzeczy jak czas trwania, liczba klatek na sek., szerokość i wysokość, bitrate i inne. Najistotniejszą dla nas funkcją jest możliwość wyciągnięcia danej klatki z pliku i zapisanie go na dysku w postaci pliku jpg.
Nie od dziś wiadomo, że PHP obsługuje operacje wejścia/wyjścia. Nic nie stoi na przeszkodzie, aby pisać aplikacje konsolowe, które “rozmawiają” z użytkownikiem. Generalnie wszystko sprowadza się do jednego wiersza kodu, który pobiera wpisany przez użytkownika tekst, a następnie zwraca go na przykład do zmiennej.
Lately, there’s been quite a fuzz about lazy registration. It turns out that the less the user has to think, the higher the conversion rates are! What a thought! If everybody seems to have a Facebook profile, why not add a one-click user registration? I’ll show you how to do that today.
This article is the last entry in the series of posts about using PHP 5 with object-oriented programming. The series began with an introduction, followed by some more advanced concepts. We then looked specifically at the magic methods in PHP and how Exceptions work.
Today we’ll take a tour of some of the advanced concepts that we haven’t covered yet, and this will give you a complete toolbox for working with OOP using PHP.
PFAf (PHP for Android framework) jest pierwszym (i na pewno nie ostatnim) frameworkiem ułatwiającym pracę wszystkim tym, którzy chcieliby pisać aplikacje w PHP na telefony z Androidem. Framework znajduje się w bardzo wczesniej fazie, mimo to działa zaskakująco dobrze.
XMPPHP is the successor to Class.Jabber.PHP that I've been promising for years. Taking advantage of PHP5, I believe it to be an elegant solution with a direct approach.
Some of the features include:
* Connect to any XMPP 1.0 server (Google Talk, LJ Talk, jabber.org, etc)
* Supports TLS encryption
* Several XML processing approaches and supported styles (process indefinitely, processUntil an event, processTime for a number of seconds), waiting on events or map them, etc.
GAPI is now at version 1.3 - This version contains fixes for the handling of very large metric values represented in scientific notation. Thanks to austinrehab for raising this issue.
Development is complete on the Google Analytics filter control. You can now filter your results using a simple GAPI filter string, for example:
$filter = 'country == United States && browser == Firefox || browser == Chrome';
You can create simple query strings that represent the logic Google Analytics requires, but it is abstracted enough to be more readable and easier to work with.
I’ve been working all the free time I had this week in the class to make better SEO in your PHP.
Few days a go I posted about some SEO functions for PHP but was still too many things to improve.
php user class is an easy to use php snippet for user manipulation (register, login, etc.) for your php & MySQL driven applications. The aim of this project is to provide a generic class that can be used by any developer no matter what are the needs of the project that is going to be used.