asp.net to php

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
parker
Forum Newbie
Posts: 1
Joined: Fri Oct 05, 2007 6:08 am

asp.net to php

Post by parker »

hi all i am very new to using php i have been working with a little asp.net although not much and i have been wondering if there is any simple way to convert a asp.net page to a php page as the webserver only support php and im finding it really difficult to understand the php language if i have posted this in the wrong section i am sorry for that i could not see where to post thanks in advance for your resposes
User avatar
boo
Forum Commoner
Posts: 42
Joined: Mon Jul 02, 2007 11:30 am
Location: NY

Post by boo »

I have never used it for production web applications but have played around with it.

http://www.design215.com/toolbox/transl ... _login.php

I think this is one of the easiest ways to get you close to where you need to be.

Let us know how it works for you.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

I am drawing a blank on the url at the moment but there was an online converter (called something like ASP2PHP) that might be able to do it. What .NET are you trying to port from?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

We've also had several threads helping users convert their ASP code to PHP.
Doug G
Forum Contributor
Posts: 282
Joined: Sun Sep 09, 2007 6:27 pm

Post by Doug G »

classic asp to php with something like asp2php is possible, although I wouldn't bother myself. asp.NET is a totally different animal and I doubt there are any effective converters, there are too many things that don't match for an automated conversion process.
Post Reply