skinny Posted December 12, 2008 Share Posted December 12, 2008 is it possible to do this? :? im guessing that there needs to be seperate files for each city name Please help :-D Quote Link to comment Share on other sites More sharing options...
AlabamaHit Posted December 12, 2008 Share Posted December 12, 2008 Re: Change Explore to City Name... I think you mean you want it to say the city name they are in when they click explore? If so.. $city=mysql_fetch_object(mysql_query("SELECT cityname FROM cities WHERE cityid = ".$ir['location']." ")); to display it you use... $name->cityname Quote Link to comment Share on other sites More sharing options...
skinny Posted December 12, 2008 Author Share Posted December 12, 2008 Re: Change Explore to City Name... i mean in the mainmenu Explore on some other games it says the city name you are in rather than explore Quote Link to comment Share on other sites More sharing options...
AlabamaHit Posted December 12, 2008 Share Posted December 12, 2008 Re: Change Explore to City Name... same code...... $city=mysql_fetch_object(mysql_query("SELECT cityname FROM cities WHERE cityid = ".$ir['location']." ")); [url='explore.php']$city->cityname[/url] No thats not 100% right......you will have to make sure you don't put the query in an echo or print...but I really hope you know that much... Quote Link to comment Share on other sites More sharing options...
skinny Posted December 12, 2008 Author Share Posted December 12, 2008 Re: Change Explore to City Name... same code...... $city=mysql_fetch_object(mysql_query("SELECT cityname FROM cities WHERE cityid = ".$ir['location']." ")); [url='explore.php']$city->cityname[/url] No thats not 100% right......you will have to make sure you don't put the query in an echo or print...but I really hope you know that much... OK cool ill try it :-D thanx Quote Link to comment Share on other sites More sharing options...
AlabamaHit Posted December 12, 2008 Share Posted December 12, 2008 Re: Change Explore to City Name... No problem...lol... Quote Link to comment Share on other sites More sharing options...
skinny Posted December 12, 2008 Author Share Posted December 12, 2008 Re: Change Explore to City Name... :lol: thats great man it works that seemed so easy :lol: Quote Link to comment Share on other sites More sharing options...
AlabamaHit Posted December 12, 2008 Share Posted December 12, 2008 Re: Change Explore to City Name... Yes, i was bored, lol... Future reference for everyone.. http://criminalexistence.com/ceforums/i ... ic=27229.0 Quote Link to comment 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.