Recent content by Tassaduq

  1. T

    I want to php function and get the returned data from C#.?

    I have a PHP class. I want to call it's function and get the returned data. No XML and stuff i want it to be direct like calling a script in javascript from C#. <?php require_once('include/smsroamingAPI.php'); //Just Call this Function with your username and password. this will give you your...
  2. T

    I want to php function and get the returned data from C#.?

    I have a PHP class. I want to call it's function and get the returned data. No XML and stuff i want it to be direct like calling a script in javascript from C#. <?php require_once('include/smsroamingAPI.php'); //Just Call this Function with your username and password. this will give you your...
Back
Top