Export & Import large MySql databases using PHP

Français : Exporter et importer des bases de données volumineuses avec PHP (grosses BDD > 5 Mo)

The following script is a good way to dump a large database with PHP, just because it is “memory_limit” & “max_execution_time” independent.

Requirements: PHP 5
Continue reading ‘Export & Import large MySql databases using PHP’

Semantics : making a tagcloud with related keywords

A little demo here about how to retrieve related keywords from a tag by making words associations.

Ouzi Full-Text search engine for PHP 5

Ouzi fulltext search engine for PHP 5

Almost every web application needs a fulltext search functionnality.

Ouzi FTS v0.9 allows to perform fulltext searches without overloading the db server and to perfom searches within files stored on the server.

Ouzi FTS is a script written in php 5 used to perform fulltext searches within multiple tables on a database, and/or within files on your server, and to get combined results ordered by relevance.
It runs with little memory, handles words proximity and PCRE regular expressions.

Ouzi FTS can be downloaded there: Ouzi FTS page

Current version : 0.9

Conditions of use :
If you use this script, please make a link on your homepage to :
http://www.lexeek.com/

If you need support or documentation, please leave a comment and I’ll try to answer.


Ouzi Tags

Related content