Database snyc

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Locked
nackgr
Forum Newbie
Posts: 11
Joined: Mon Feb 21, 2011 3:22 am

Database snyc

Post by nackgr »

Hallo all

I want to start a project and i would be gratefull if someone can give me information where to look


I want to have one master Database with 1000 serials

and 10 small with 100 serials each (those 100 are at master database too)

When a serial at one of 10 small databases got used and marked as used at colum used i want small database send this info to master ( to mark it as used and send another to be again 100 unused ) i want something like that

Where can i search for info
zyntrax
Forum Commoner
Posts: 32
Joined: Wed Apr 13, 2011 2:23 am
Location: Sweden

Re: Database snyc

Post by zyntrax »

Well if you hav't coded in php before i suggest you start by looking at the tutorial forum.
Locked