I want to implement the same concept as it is in ajax! like there would be a server, request and response!
But I want to use only PHP! not Ajax!
Battleserver.php
will act as a server and battle.php
will be at the client side...!
I can send data from battle.php to battleserver.php by using POST method!
But I don't want to make user know that data is send to battleserver.php...! It should not appear in the URL! Even after sending data to the server, it should be displayed as battle.php in the link!
How can I do that! ??