want to join us? register, it's easy | help

browse by tag: advanced

sort by

newest, oldest, most popular


category icon

Fuzzy Searching in PHP

in PHP added by porteightyeight, on 8/3/2008 AI advanced database search sql

This tutorial discusses creating an advanced fuzzy search engine using PHP and a database. The tutorial uses the example of a wiki application, but the concepts can easily be applied to other applications in different languages.

comment save report
category icon

PHP SOAP Extension

in PHP added by goodphptutorials, on 2/12/2006 advanced networking soap web services xml

This article describes the new SOAP extension for PHP. It is intended for PHP developers who want to write their own Web Services servers, or use SOAP to access existing ones. It assumes some familiarity with Web Services, SOAP, and WSDL (Web Services Description Language).

comment save report
category icon

Modular PHP Development with FastTemplate

in PHP added by goodphptutorials, on 5/2/2006 advanced advanced tutorials content logic modular mvc presentation seperation

This article will demonstrate how to divide logic from presentation and presentation from content. In the end, a web page will consist of three files: one PHP file with all page logic, one HTML file containing the presentation, and one or more language files that will hold the texts for the page.

comment save report