Please help me to tell me how to use the PHP to call asp.net web api ,thanks.
sorry I didn't use PHP before , so I just want to use very simple code to call server side of the WebAPI .
Thank you for your patience if you have read my question to the end.
PS: I have done this issue and sharing how to handle this as following
How do I install CURL on Windows?
this url could be dealed with my problem , I will try to do it .thanks all
Steps
1. to check your php.ini address , 2.Search or find the following : ‘;extension=php_curl.dll’ 3.Uncomment this by removing the semi-colon ‘;’ before it 4.Save and Close PHP.ini 5.Restart Apache
reference address for all http://www.tomjepson.co.uk/enabling-curl-in-php-php-ini-wamp-xamp-ubuntu/