Hello everyone. I am new here and would like to know what would be the best way to go about
setting up a website account creation system that will also store there account into a mysql database but also add it to a game database witch is sql.
Thanks
Recaci 0 Newbie Poster
Recommended Answers
Jump to PostHave 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 …
Jump to PostYou could also create an interface using get or post methods using a php script via which your game can get results to preset sql statements.
Your game can call the script to get the data or even change it... but it may not be the best way to …
All 7 Replies
jwenting 1,905 duckman Team Colleague
Recaci 0 Newbie Poster
Phaelax 52 Practically a Posting Shark
FireNet 64 Posting Whiz in Training
jwenting 1,905 duckman Team Colleague
jonney1 0 Newbie Poster
ithelp 757 Posting Virtuoso Banned
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.