ASP to PHP Conversion

Dark.Ening

Newbie
Joined
Dec 3, 2012
Messages
2
Reaction score
0
Hey folks,

How are we all?

I am a PHP programmer and I have been given code in ASP, and what I am looking for is a working ASP to PHP converter.

Does anyone know if there is a working one out there? All the ones I have tried are just returning errors. I don't know if it's bad ASP code or the converters are buggy. But from my knowledge of programming the code looks clean. I've been informed that it is Traditional ASP.

Any help?
 
There is no such thing as ASP to PHP converter that can do a good job on converting APS to PHP, even without knowing ASP if you have PHP knowledge you can convert it fairly easy.
 
If it's something important I'd be doing it line by line; it takes time man. You'll need to understand what the ASP is doing and convert it to PHP, they have mostly similar functions though, so you won't be changing much of the fundamental coding layout, just basic syntax.
 
There is no such thing as ASP to PHP converter that can do a good job on converting APS to PHP, even without knowing ASP if you have PHP knowledge you can convert it fairly easy.
That's what I found in my looking for one CM, I could not find any that worked without having errors.

If it's something important I'd be doing it line by line; it takes time man. You'll need to understand what the ASP is doing and convert it to PHP, they have mostly similar functions though, so you won't be changing much of the fundamental coding layout, just basic syntax.
That's true, but I don't want to take the 10 minutes that it would take to learn ASP and THEN do the conversion.
Hits: Thanks->Rep

Thanks folks.
 
Back
Top