Forum Moderators: coopster
I am want to convert my site (a ASP site) to PHP. Is this possible? Are there any side effects?
I heard there are some programs that can do it.
However it would be just too difficult for me to do myself.
If it is possible, can someone suggest where I can get it done or if it is possible for someone like me to do it myself?
THanks
I wouldn't use a program to do it, you could spend longer chasing errors around from the programs conversion than it would take you to rewrite the whole thing. Though I admit that I am not familiar with programs that do this or their track record.
It will also depend on how complicated and involved the whole thing is. How complex is the site and how much work the asp is presently doing.
How big is this site you want converted?
Personally I would like to do it myself if I were the web programmer in charge of that site. That is a really good way to get aquiented(spelling...) with the site. For changed to be made on a site you know front to back, you talkin seconds... It may be a headache to do at the start, but once you get going, it's only good from there :)
This is speaking from experience(not PHP<-->ASP) but for programming languages in general. Actually I did do a Perl-->PHP conversion, that went without a hitch, except for the fact that at the start I knew 10% of PHP and 1% Perl(the other 89%... who knowss :P ). But going over line by line(page by page) of code is the best way to learn everything you ever will need to know about it. Good brush up on your cut&paste work too :P