learning about such things would be a good start.
Learning how to ask questions that are not vague and ambiguous also helps a lot.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
Have the game point to the database on your web server. If the game server isn't running locally on the same as your website, make sure your webserver allows access to the database from other IPs. Most by default won't allow it, if your webserver is your own private that it shouldn't be a problem. Create a separate mysql user account for the game to use for access.
Phaelax
Practically a Posting Shark
858 posts since Mar 2004
Reputation Points: 92
Solved Threads: 51
There is no magic bullet here.
You're not going to somehow create records in one database when they appear in another without some work on your end.
The normal way to do such things is to have a program run at regular intervals (once an hour, once a day, whatever) that checks for changes in one database and if it finds any does something in the other.
Conceivably you could also have the inserts in the master database trigger a stored procedure that launches an external program that in turn updates the other database.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
i was wondering if any can explain how to do any of thos thigs to me please or just tell me how to link this to my webpage http://localhost/ thanks?
You need to install apache on your PC.
ithelp
Nearly a Posting Maven
2,230 posts since May 2006
Reputation Points: 769
Solved Threads: 128