Hello,
i want to import data from mssql, run it through some sort of regexp to fitler out stuff, and import it into mysql. I then, for each query, wish to display a relevant image from a third database. What would be the easiest way to do this, importing and linking wise?
Thankyou
Clarification: It is a php application to filter data from another database, and then for each record show an associated image froma 3rd database. It is from scratch...