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...
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...