我已經配置了短信網關&一些PHP code.Now我的項目是thatone轉換它小的改動CSHARP,已經PHP的短信功能轉換爲C#的成功
可能是我寫新code.but左右。有經驗的人,你想知道這可能嗎?下面的示例代碼。
enter code here
$username = "abcdsoft";
$password = "softsoft";
//GET parametrar
//$source = $_GET['sourceaddr'];
//$dest = $_GET['destinationaddr'];
//$message_in = $_GET['message'];
enter code here
$source = $_GET['msisdn'];
$dest = $_GET['shortcode'];
$message_in = $_GET['msg'];
這些都是最頂級的lines.below代碼,我改變了。(PHP來CSHARP)
enter code here
string username ='abcdsoft';
string password = 'abcdabcd';
int source = ['sourceaddr'];
int dest = ['shortcode'];
string message_in = ['msg'];
是這種方式是正確的?
閱讀上ASP.NET一點點。 – leppie
@leppie我是初學者,這是一個asp.net或C#嗎? – TechGuy
它是C#和ASP.NET :) – leppie