Published July 24th, 2007
in Moving databases.
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’
Published February 11th, 2007
in Semantics.
Published January 31st, 2007
in Fulltext search with php.
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.