Archive for the ‘libraries’ Category

Accessing geonames.org web service from php

php wrapper for the google translation api

application of bar codes in your web programs

amazon product advertising api tutorial

Searching and replacing content in files is a common task all of us do regularly. Most programmers will implement it using Perl a shell script or through a editor. Perl offers itself as an excellent tool for the required purpose; we PHP programmers are not quite so lucky in that matter. Search/replace is easier from [...]