Dethman Posted January 2, 2008 Share Posted January 2, 2008 Hello I am Brian Flores I am Currently Creating an MMORPG turn/text based Browser game <a href="http://blastroidgames.com">Realm Wars</a> I am trying to create a script that takes a code like 1234567 and if that code is correct Pull up another page and give the person a change to take the Item or in this case a Planet and assign each user with this an address wich will we the code you are esentually "Dialing" here is the link to the HTMl www.blastroidgames.com/dhd.php now if someone could ether tell me or help me code this that would be awsome as I have no Idea how too... Thanx Dethman Quote Link to comment https://forums.phpfreaks.com/topic/84130-help-with-an-mmorpg/ Share on other sites More sharing options...
lemmin Posted January 2, 2008 Share Posted January 2, 2008 You mean like, if ($_POST['code'] == "1234567") //go pick up item Other than that, I'm not sure what you are asking. Quote Link to comment https://forums.phpfreaks.com/topic/84130-help-with-an-mmorpg/#findComment-428283 Share on other sites More sharing options...
Dethman Posted January 2, 2008 Author Share Posted January 2, 2008 ok, if ($_POST['code'] == "1234567") dial gate and if the code is correct go to planet.php either send player recources or attack or raid or Steal Planet if planet is unhabited colonize planet Quote Link to comment https://forums.phpfreaks.com/topic/84130-help-with-an-mmorpg/#findComment-428296 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.