[email protected] Posted November 2, 2009 Share Posted November 2, 2009 Hi All, How will I post data from a php application to an asp.net application. Regards SD Link to comment https://forums.phpfreaks.com/topic/179931-post-data-to-an-aspnet-application/ Share on other sites More sharing options...
Gayner Posted November 2, 2009 Share Posted November 2, 2009 easy, use $_GET Link to comment https://forums.phpfreaks.com/topic/179931-post-data-to-an-aspnet-application/#findComment-949171 Share on other sites More sharing options...
[email protected] Posted November 2, 2009 Author Share Posted November 2, 2009 these two application resides in different servers. can u pls give me the code for this. Link to comment https://forums.phpfreaks.com/topic/179931-post-data-to-an-aspnet-application/#findComment-949175 Share on other sites More sharing options...
Gayner Posted November 2, 2009 Share Posted November 2, 2009 these two application resides in different servers. can u pls give me the code for this. well do uhave php and asp both running ?lol Link to comment https://forums.phpfreaks.com/topic/179931-post-data-to-an-aspnet-application/#findComment-949179 Share on other sites More sharing options...
HaLo2FrEeEk Posted November 2, 2009 Share Posted November 2, 2009 He just said they're residing in 2 different servers, I'm assuming he's trying to POST data from a php application (that he has control over) to an asp.net application (which he doesn't have control over). I could be wrong though. Why would he use $_GET if he wants to POST? POST =/= GET. I would construct a form with the url of the remote asp.net application as the action, then fill the inputs with the data you want, making sure the id's are right, then submit it using Javascript or something, or manually. Link to comment https://forums.phpfreaks.com/topic/179931-post-data-to-an-aspnet-application/#findComment-949242 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.