Re: [PHP] ASP 2 PHP

2007-12-30 Thread Richard Lynch
On Wed, December 26, 2007 10:26 am, tedd wrote:
 I have a client who has an entire site done in asp and wants me to
 convert it to php -- is there an easy way to do this or do I have to
 do it line by line?

There once was an asp2php script that would convert the brain-dead
code-by-click-wizard type ASP scripts to PHP with about 90% of it
working right...

If they coded ASP intelligently by hand, then it failed pretty
miserably...

I have no idea how well maintained it is, but Google for it and give
it a whirl.

-- 
Some people have a gift link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] ASP 2 PHP

2007-12-26 Thread tedd

Hi gang:

I have a client who has an entire site done in asp and wants me to 
convert it to php -- is there an easy way to do this or do I have to 
do it line by line?


Cheers,

tedd
--
---
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] ASP 2 PHP

2007-12-26 Thread Daniel Brown
On Dec 26, 2007 11:26 AM, tedd [EMAIL PROTECTED] wrote:
 Hi gang:

 I have a client who has an entire site done in asp and wants me to
 convert it to php -- is there an easy way to do this or do I have to
 do it line by line?

Line-by-line translation is going to be your best bet.  I've done
a lot of ASP-to-PHP site conversions (for record labels, etc), and the
ASP to PHP conversion tools don't work well enough.

-- 
Daniel P. Brown
[Phone Numbers Go Here!]
[They're Hidden From View!]

If at first you don't succeed, stick to what you know best so that you
can make enough money to pay someone else to do it for you.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] ASP 2 PHP?

2001-05-09 Thread Brandon Orther

Hello,

I am looking at a complete database with it interface written in ASP.  All
of our company programs are written in PHP and that is what I want to use.

I believe I remember seeing ASP 2 PHP converts before.  Does anyone know of
any.  They don't have to work perfect just convert it with some bugs and I
will fixes those.

Thanks
Brandon


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] ASP 2 PHP?

2001-05-09 Thread Tom Carter

I don't have any direct experience using it, but colleagues I know have
given it great reviews.

ASP2PHP script (nice name ;o) )
http://asp2php.naken.cc/

Tom Carter
Web Architect
roundcorners ltd.

On Wed, 9 May 2001, Brandon Orther wrote:

 Hello,

 I am looking at a complete database with it interface written in ASP.  All
 of our company programs are written in PHP and that is what I want to use.

 I believe I remember seeing ASP 2 PHP converts before.  Does anyone know of
 any.  They don't have to work perfect just convert it with some bugs and I
 will fixes those.

 Thanks
 Brandon


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] ASP 2 PHP

2001-05-09 Thread Brandon Orther

Hello,

I am looking at a complete database with it interface written in ASP.  All
of our company programs are written in PHP and that is what I want to use.

I believe I remember seeing ASP 2 PHP converts before.  Does anyone know of
any.  They don't have to work perfect just convert it with some bugs and I
will fixes those.

Also it is using a MSSQL database if that helps at all.

Thanks
Brandon

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] ASP 2 PHP

2001-05-09 Thread Max Pyziur



On Wed, 9 May 2001, Brandon Orther wrote:

 Hello,

 I am looking at a complete database with it interface written in ASP.  All
 of our company programs are written in PHP and that is what I want to use.

 I believe I remember seeing ASP 2 PHP converts before.  Does anyone know of
 any.  They don't have to work perfect just convert it with some bugs and I
 will fixes those.

I've never tried it (though I have the rpms installed in the event one of
my sites needs to use it), but I just saw on freshmeat.net that a new
release of asp2php  was released - http://asp2php.naken.cc/ is the link.

 Also it is using a MSSQL database if that helps at all.

 Thanks
 Brandon



Max Pyziur BRAMA - Gateway Ukraine
[EMAIL PROTECTED]  http://www.brama.com/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] ASP 2 PHP

2001-05-09 Thread Maxim Maletsky

I wouldn't really rely on ASP2PHP for any serious things,
but if you care only that the script works and have some extra time fixing
the bugs then go ahead.

When I was in a similar from you situation (rewriting an entire 1.5MB
ASP/MSSQL website into PHP/PostgreSQL) I looked into ASP2PHP, asked here and
though it was easier for me rewrite the entire site from scratch copying
(basing on) the site's functionality, having a more advanced PHP code (I
believe ASP2PHP creates a PHP3 compatible code which leaks many features of
PHP4). 

It all depends on your needs.
Thanks god things like ASP2PHP exists, and god forbid Billy making any kind
of PHP2damnASP warez:-)

Sincerely, 

 Maxim Maletsky
 Founder, Chief Developer
 PHPBeginner.com (Where PHP Begins)
 [EMAIL PROTECTED]
 www.phpbeginner.com



-Original Message-
From: Max Pyziur [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 10, 2001 9:13 AM
To: Brandon Orther
Cc: PHP User Group
Subject: Re: [PHP] ASP 2 PHP




On Wed, 9 May 2001, Brandon Orther wrote:

 Hello,

 I am looking at a complete database with it interface written in ASP.  All
 of our company programs are written in PHP and that is what I want to use.

 I believe I remember seeing ASP 2 PHP converts before.  Does anyone know
of
 any.  They don't have to work perfect just convert it with some bugs and I
 will fixes those.

I've never tried it (though I have the rpms installed in the event one of
my sites needs to use it), but I just saw on freshmeat.net that a new
release of asp2php  was released - http://asp2php.naken.cc/ is the link.

 Also it is using a MSSQL database if that helps at all.

 Thanks
 Brandon



Max Pyziur BRAMA - Gateway Ukraine
[EMAIL PROTECTED]  http://www.brama.com/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]