Arnold Posted November 10, 2012 Share Posted November 10, 2012 Hello, Iam very new to php. I want to make a simple script wich will compare two text fields. Example I want to be able to link many cordinates ( its for a game) like x,y:99 . And I want to be able to copy all the cordinates I have from the game into two diffrent text fields. Cordinates to me and enemy. Then I wonder if there is a simple way to use php to compare these 2 text fields and spit out cordinates that are the same. Thanks in advance. Quote Link to comment https://forums.phpfreaks.com/topic/270533-php-compare-two-text-fields/ Share on other sites More sharing options...
Manixat Posted November 10, 2012 Share Posted November 10, 2012 http://php.net/manual/en/language.operators.comparison.php Quote Link to comment https://forums.phpfreaks.com/topic/270533-php-compare-two-text-fields/#findComment-1391474 Share on other sites More sharing options...
Arnold Posted November 10, 2012 Author Share Posted November 10, 2012 ye ive seen. But very hard for a newbie to understand all that. Would like some pointers, tips Quote Link to comment https://forums.phpfreaks.com/topic/270533-php-compare-two-text-fields/#findComment-1391475 Share on other sites More sharing options...
Manixat Posted November 10, 2012 Share Posted November 10, 2012 Well I can't really understand what you are trying to do hence I cannot help you any further. Hope someone else can! Quote Link to comment https://forums.phpfreaks.com/topic/270533-php-compare-two-text-fields/#findComment-1391476 Share on other sites More sharing options...
Arnold Posted November 10, 2012 Author Share Posted November 10, 2012 ok. Will try to explain more. I play this online game. That game Is based on cordinates to planet systems wich are x,y:99 ( the 99 stands for planet number inside the system) so in this game you often compair systems to check if you have shares with them( planets in the same system ) so when I have gotten cordinates to all my planets and all my enemies planets. Wich you can do in this game. I want two text fields to put my cordinates in and 1 for the enemy. Then I want the php script to compare the text fields and print the cordinates that are in both boxes Quote Link to comment https://forums.phpfreaks.com/topic/270533-php-compare-two-text-fields/#findComment-1391477 Share on other sites More sharing options...
Barand Posted November 10, 2012 Share Posted November 10, 2012 It would be easier to find matches if you put them into two arrays instead of text fields. Quote Link to comment https://forums.phpfreaks.com/topic/270533-php-compare-two-text-fields/#findComment-1391479 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.