aeroswat Posted January 5, 2010 Share Posted January 5, 2010 I haven't done anything with ASP before and I was wondering if anyone knows if I can use an html form tag with a php page under the action and use ASP textbox controls in this form. Every example I look at is either not showing the form tag or not showing it with an action property and instead showing it with a runat property Link to comment https://forums.phpfreaks.com/topic/187275-php-form-submission-with-asp-controls/ Share on other sites More sharing options...
p2grace Posted January 5, 2010 Share Posted January 5, 2010 You can post data to any server (despite its server side language) with action="http://destination_url/file.php". So yes, your form could sit on an asp box and could post to a php server. Link to comment https://forums.phpfreaks.com/topic/187275-php-form-submission-with-asp-controls/#findComment-989223 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.