I have created 2 script one for client and another for server. In the server script I have defined some opertaion like (+, -, *, /) and run the server script on my machine. Now server script run on my machine as a service.
After that I have created client side page say client.php. In which I send request of 2 number addition by using form. But in the "action = server.php" its reloads the server script that I dont want to do. Beacuse server.php is already run on my machine.
If there is any technic in php by that I will perform operation without reload the server.php script through client.php then please tell me.
Thanks and Regards,
Antrikssh Mishra...



