
February 22nd, 2003, 11:10 AM
|
|
Junior Member
|
|
Join Date: Aug 2002
Location: Burlington, VT
Posts: 28
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Help making conversion from ASP to PHP
Here's my scenario:
I'm switching web hosts. Current account runs my site on NT and all of my pages are ASP (ASP coding is minimal on most pages, w/ the exception of my contact page). The new host will house my site on Linux running Apache. I've read the documentation on my options for enabling ASP scripting on Apache; seems like more trouble than it's worth. Therefore, I want to convert all of my site's pages to PHP. Since most of the ASP coding on my site is simple <!--include file=..... invocations, I'm not too worried. However, my contact.asp page is more complex, and I'm wondering what the best approach would be in order to get the same functionality out of the page, but replacing the ASP coding w/ PHP. Does anyone want to dive in and help me sort this out? I can post the code if so. Thanks in advance to all respondents.
|