PHP to ASP form

Hi,

I am currently changing servers from Linux to Windows. This means I can no longer use PHP - instead I need to use ASP.

I have a form written in HTML that I need to retrieve the content of using ASP but I cannot find any code (that works properly) online.

See the form here:

How do I retrieve all the information given using ASP?

Thanks,

Matt.

I have no knowledge of ASP that might be useful, but the above statement is untrue. You can use PHP on Windows (mostly) without issues.

Why would you think you can’t use PHP now? Even if your host doesn’t have it, it’s quite easy to install. Asking your host to do it is normally fine (or worse case scenario, you do it yourself)

If you really don’t have the option to use PHP on your new server, you might be better asking the question in the ASP section of the forum, though as above Windows in general can have PHP support installed on it.

Microsoft Official PHP on IIS
http://php.iis.net/

If you absolutely need to stay with Apache
http://httpd.apache.org/docs/2.0/platform/windows.html

Also
http://www.mysql.com/why-mysql/windows/

Thanks for your replies - It sounds like I will be able to upgrade my GoDaddy account to Windows IIS 7 which includes PHP so no need to change to ASP for the forms.

Thanks,

Matt.

Another word of advice - invest in a VPS for $10 a month, and manage your own server. Stay in control of the software you deploy on it, maximize security, and learn devops on the way. It’s far, far less complex than people would have you believe. Here’s my referral link for DigitalOcean if you’re interested, this gives us both some extra credit.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.