PHP

TwitterFacebook
Get flash to fully experience Pearltrees

Page 2 - An Alternative to Perl: Shell Scripting With PHP

An Alternative to Perl: Shell Scripting With PHP - What are PHP Shell Scripts? (Page 2 of 4 ) Normally shells are interactive, but not always. This means that the shell accepts commands from you through your keyboard and executes them. But instead of issuing command one by one, we can store this sequence of commands in a text file and tell PHP to execute this text file instead of entering the commands manually. http://www.devarticles.com/c/a/PHP/Shell-Scripting-With-PHP/1/
http://ipinfodb.com/ip_location_api.php IP Address Geolocation XML API The API returns the location of an IP address (country, region, city, zipcode, latitude, longitude) and the associated timezone in XML format. You can find below code samples with PHP, Javascript, Ruby, Python and ASP.

IP location XML API :: IPInfoDB

http://kvz.io/blog/2009/01/09/create-daemons-in-php/ Everyone knows PHP can be used to create websites. But it can also be used to create desktop applications and commandline tools. And now with a class called System_Daemon, you can even create daemons using nothing but PHP.

Create daemons in PHP

09 fév. 2009 Par Christophe de saint leger le lundi, février 9 2009, 09:32 - PHP - Lien permanent Nous allons voir ici comment faire pour qu'un script PHP puisse devenir un "Daemon" indépendant du navigateur web , personnellement je l'utilise par exemple dans un de mes projets en tant que partie serveur , le script est lancé au démarrage du serveur , puis écoute sur un port donné , pour effectuer une tache précise à la connexion d'un client ... A vous de trouver l'utilisation adéquate d'un tel système .. Pré-requis : http://lindev.fr/index.php?post/2009/02/09/Transformer-un-script-PHP-en-Daemon

Transformer un script PHP en Daemon ... - lindev : administration linux , développement php

http://phpsense.com/2007/php-curl-functions/

PHP cURL functions tutorial

By jatinder on September 7, 2007 cURL is a library which allows you to connect and communicate to many different types of servers with many different types of protocols. Using cURL you can: Implement payment gateways’ payment notification scripts. Download and upload files from remote servers. Login to other websites and access members only sections.
http://imgiseverything.co.uk/articles/caching-php-objects-cache/

Caching PHP objects: how to do it in 4 easy steps | <img /> is Everything

This week, my work for our top secret web app, has mainly revolved around caching. This is work I really enjoy. I can sense the user experience of future customers improving each time I create a useful cache of information that speeds up a page’s load time. Screenshots: Setting remote folder permissions in Transmit (OS X FTP client) How to do it
http://www.siteduzero.com/informatique/tutoriels/comprendre-et-utiliser-un-systeme-de-cache-php Lors du codage d'un site, on est toujours amené à se poser des questions sur les ressources consommées par ce dernier. En effet, les requêtes MySQL représentent une bonne part de l'utilisation du serveur : d'ailleurs, chez la majorité des hébergeurs, les bases de données se trouvent sur un serveur à part. Si l'optimisation des requêtes est important, ainsi que leur nombre, il arrive un moment où l'on ne peut plus rien faire de ce côté sous peine d'enlever des fonctionnalités à son site. Un système de cache permet de réduire le nombre de requêtes ainsi que le traitement qui en découle : il est possible d'organiser son code de telle façon que seules les requêtes indispensables soient effectuées, les autres l'ayant déjà été, et mises en cache précédemment. <p style="text-align:right;color:#A8A8A8"></p>

Comprendre et utiliser un système de cache PHP

http://www.chuggnutt.com/stemmer

PHP Class: Porter Stemming Algorithm: chuggnutt.com

The Porter Stemming Algorithm was developed by Martin Porter for reducing English words to their word stems. For example, the word ”connections” would be reduced to its stem form “connect.” This PHP class is a fairly faithful implementation of the algorithm (the web page of which can be found here ).

nstrees library

As of August 1st, 2008, the Edutech web site will no longer be updated. Edutech was funded by the Swiss Virtual Campus programme, which ended on July 31st, 2008. Some activities will be taken over by the e-Learning Services group at the SWITCH foundation. http://www.edutech.ch/contribution/nstrees/index.php

PHP Dynamic Menu Tools

coolMenus4 is the third and latest DHTML menu tool from Thomas Brattli , and is apparently his current project in the area. Like the others, this is not a PHP tool, it's just JavaScript. And unlike most of the JavaScript tools, coolMenus4 does not generate HTML but directly modifies the Document Object Model (DOM). http://www.chipchapin.com/WebTools/MenuTools/