Browsing all articles from April, 2011

Dynamic multi form on same page with jQuery and PHP

dynamic multiform with jquery

This is a little demo of a small app that allow us to have several forms displayed on the same page, organized by sections, a static multiform can be easily [...]

Script to copy data from MySQL to postgreSQL

Mysql to Postgres

This is a perl script I’ve used to move data from mysql 5.1 to postgres 9, this script doesn’t create a schema, it only grabs the data from mysql and [...]