2
Reply

I want to submit a form from .Net to PHP and take response and use that response in .Net. If the URL of PHP site or page is by URL then no problem but if It submitted by post method then how to pass the variable by post method from .Net to PHP page.

Pawan Kumar

Pawan Kumar

16y
3.7k
0
Reply

    Take alook on my article about the issue, it may help http://www.c-sharpcorner.com/UploadFile/yougerthen/206022008191200PM/2.aspx?ArticleID=963cf71e-2562-4116-9fd6-ccbe136bbb12

    I have problem in Post a form from .net to php