Text To Mysql Database
1) I need a script that will convert a text formatted databe with ten fields into a document (xml?) that can be imported into a mysql database.
2) I need instructions how to call this mysql data and format it into a joomla site’s (php based) web page when a web user clicks on a search result on my site.
The text is formatted and called pgn (*.pgn file). It is a database format used to store chess games. There are perl scripts on the net that parse pgn. I need instructions on how set up the script to use it with my pgn data.