This is a discussion on Convert from ASP to PHP within the PHP Language forums, part of the PHP Programming Forums category; Hello , somebody can tell me how do i start converting the Asp pages to php pages.is there any or ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
BigZero schreef:
> Hello , > somebody can tell me how do i start converting the Asp pages to php > pages.is there any or just rewrite the whole code in php > Thanks > VM Hi VM, Maybe this helps: http://asp2php.naken.cc/ Regards, Erwin Moller |
|
|||
|
On Jun 13, 2:10 pm, Erwin Moller
<Since_humans_read_this_I_am_spammed_too_m...@spam yourself.com> wrote: > BigZero schreef: > > > Hello , > > somebody can tell me how do i start converting the Asp pages to php > > pages.is there any or just rewrite the whole code in php > > Thanks > > VM > > Hi VM, > > Maybe this helps:http://asp2php.naken.cc/ > > Regards, > Erwin Moller Thanks on that VM |
|
|||
|
BigZero wrote:
> Hello , > somebody can tell me how do i start converting the Asp pages to php > pages.is there any or just rewrite the whole code in php > > Thanks > VM > I've found most asp code is so poor that it benefits from a rewrite, anyway. -- ================== Remove the "x" from my email address Jerry Stuckle JDS Computer Training Corp. jstucklex@attglobal.net ================== |
|
|||
|
Jerry Stuckle wrote:
> BigZero wrote: >> Hello , >> somebody can tell me how do i start converting the Asp pages to php >> pages.is there any or just rewrite the whole code in php >> >> Thanks >> VM >> > > I've found most asp code is so poor that it benefits from a rewrite, > anyway. > Unfortunately, the same goes for PHP.... There's unbelievable crap out there. -- Rik Wasmus ....spamrun finished |
|
|||
|
Rik Wasmus wrote:
> Jerry Stuckle wrote: >> BigZero wrote: >>> Hello , >>> somebody can tell me how do i start converting the Asp pages to php >>> pages.is there any or just rewrite the whole code in php >>> >>> Thanks >>> VM >>> >> >> I've found most asp code is so poor that it benefits from a rewrite, >> anyway. >> > > Unfortunately, the same goes for PHP.... There's unbelievable crap out > there. Too true, unfortunately. I just got rid of one customer who had unmaintainable ASP code. Some of the biggest mess you've ever seen. They didn't want to pay to redo the site right - so they got someone else who used such a program to do the conversion - then put it in a templating system. Now the code is even more unmaintainable. But it's not going to matter for long. The customer (a non-profit) isn't long for this world, anyway. Doing it right wouldn't have necessarily saved them - but they way they have it now has sped up the process. -- ================== Remove the "x" from my email address Jerry Stuckle JDS Computer Training Corp. jstucklex@attglobal.net ================== |
|
|||
|
On Jun 13, 5:06 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
> Rik Wasmus wrote: > > Jerry Stuckle wrote: > >> BigZero wrote: > >>> Hello , > >>> somebody can tell me how do i start converting the Asp pages to php > >>> pages.is there any or just rewrite the whole code in php > > >>> Thanks > >>> VM > > >> I've found most asp code is so poor that it benefits from a rewrite, > >> anyway. > > > Unfortunately, the same goes for PHP.... There's unbelievable crap out > > there. > > Too true, unfortunately. > > I just got rid of one customer who had unmaintainable ASP code. Some of > the biggest mess you've ever seen. They didn't want to pay to redo the > site right - so they got someone else who used such a program to do the > conversion - then put it in a templating system. > > Now the code is even more unmaintainable. But it's not going to matter > for long. The customer (a non-profit) isn't long for this world, anyway. > > Doing it right wouldn't have necessarily saved them - but they way they > have it now has sped up the process. > > -- > ================== > Remove the "x" from my email address > Jerry Stuckle > JDS Computer Training Corp. > jstuck...@attglobal.net > ================== Well thanks to all u it's an my own project that already in asp i want to move to (Personal Home Page)PHP. Thanks VM |