May 9, 201115 yr Hi all, I'm after some advice please. Ive got a wordpress site that needs to become a bit more dynamic. I have an open office database with thousands of products in it. Each product has a code, description and image linked in via the database. What I want to know is if there is any possible way that I can take the open office database and use that data to create product datasheets in real time on the website. My PHP and MYSQL knowledge is limited so would be willing to pay someone to assist. Thanks in advance for your help OD
May 9, 201115 yr The first few steps are pretty straightforward: 1. Export your OO database to CSV format 2. Create a table in your existing database to import the data from the CSV, or create a new database (Note: OO might nave a DB to mySQL facility which might be useful, you'd have to ask/look for one) 3. Upload assets/images etc to your web server Then you'd have to get someone to write some code for you so you could import data into your entries, or alternatively provide a method of outputting the data into a template.
Create an account or sign in to comment