PDA

View Full Version : Realtime website updating.



M-G
03-16-2009, 03:05 PM
I know it can be done but I'm just not sure even where to begin. The idea is that there is a local library here that needs to update their website from their local db. My only solution so far is to ftp a file to the server where the php reads it and inserts info to the web db for display on the site. How would I go about getting this done automatically?
Thanks for your help

**edit**
And securly...so as to not expose the local pc to web threats.

redsox9
03-17-2009, 05:32 AM
What type of database does the library use to store information? Is it a MySQL database? You could create an interface that allows approved users to add, edit, or delete information from the database using php scripts.

M-G
04-30-2009, 06:16 PM
They are using microsoft access

redsox9
05-01-2009, 09:08 AM
Is there an online interface that has already been created?