/* PHP & MySQL Journal */
display file type stats using php
executing curl requests in parallel in php
How to disable the silence error operator in php
In: data| javascript| libraries| testing
21 May 2010Automatically creating fake or sample data is a frequent requirement for front-end web developers. Although usually not tedious, there are times when you need to quickly and automatically generate structured data for your html forms or CMS systems for testing purposes.
Faker.js is a JavaScript implementation inspired by Benjamin Curtis’s Ruby Gem Faker and Perl’s Data::Faker [...]
Accessing geonames.org web service from php
php wrapper for the google translation api
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 [...]