RE: [PHP] convert ASP to be PHP

2001-01-22 Thread Maxim Maletsky

I have the same problem right this days:

I found out (in my case at lest) that it is much less time-consuming to
recreate the functionality rather then rewriting the whole code.

See the archives of the last month, we, here, all talked about it.

Also, for your reference, try asp2php.org there's a tool that can do that.

Cheers!
Maxim Maletsky

-Original Message-
From: Jacky@lilst [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 23, 2001 5:55 AM
To: [EMAIL PROTECTED]
Subject: [PHP] convert ASP to be PHP


Hi people,
I have one ASP site that need to be converted to be PHP3 ( on Linux OS). Is
there any proper way to do this? The database detail is that the ASP site is
using SQL7.0.  And the database server that is avaliable on my Linux server
is MySql.
Any thoughts?  
Jack
[EMAIL PROTECTED]
"There is nothing more rewarding than reaching the goal you set for
yourself"

-- 
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] convert ASP to be PHP

2001-01-22 Thread Michael Kimsal

Many thoughts...

If there's anything advanced going on in the SQL7 code, you'll have a rough time 
moving to mysql.  There are just things Mysql doesn't have which sql7 does.

Try using a bridge to continue using the sql7 machine from linux, and plan a more 
gradual port to another db platform later.

Why are you moving to PHP3?  There's so much more available in PHP4.  Though 3 ain't 
going away tomorrow, I can't think of any compelling reason to start a new project in 
2001 in 3.

Am I missing something?



"Jacky@lilst" wrote:

 Hi people,
 I have one ASP site that need to be converted to be PHP3 ( on Linux OS). Is there 
any proper way to do this? The database detail is that the ASP site is using SQL7.0.  
And the database server that is avaliable on my Linux server is MySql.
 Any thoughts?
 Jack
 [EMAIL PROTECTED]
 "There is nothing more rewarding than reaching the goal you set for yourself"


-- 
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] convert ASP to be PHP

2001-01-22 Thread Michael A. Peters

look into asp2php

a search on google for asp2php should get you the huys home page.

On Monday, January 22, 2001, at 12:54 PM, Jacky@lilst wrote:

 Hi people, 
 I have one ASP site that need to be converted to be PHP3 ( on Linux OS). Is there 
any proper way 
 to do this? The database detail is that the ASP site is using SQL7.0.  And the 
database server 
 that is avaliable on my Linux server is MySql. 
 Any thoughts?   
 Jack 
 [EMAIL PROTECTED] 
 "There is nothing more rewarding than reaching the goal you set for yourself" 
  

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Michael A. Peters
Abriasoft Senior Developer

(510)  623-9726x357
Fax: (510) 249-9125
--
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] convert ASP to be PHP

2001-01-22 Thread The Doctor

Actually look under ftp://ftp.nl2k.ab.ca/pub/unix.

I will be keeping all off my software, latest incarnation, available there.


On Mon, Jan 22, 2001 at 11:52:46AM -0800, Michael A. Peters wrote:
 look into asp2php
 
 a search on google for asp2php should get you the huys home page.
 
 On Monday, January 22, 2001, at 12:54 PM, Jacky@lilst wrote:
 
  Hi people, 
  I have one ASP site that need to be converted to be PHP3 ( on Linux OS). Is there 
any proper way 
  to do this? The database detail is that the ASP site is using SQL7.0.  And the 
database server 
  that is avaliable on my Linux server is MySql. 
  Any thoughts?   
  Jack 
  [EMAIL PROTECTED] 
  "There is nothing more rewarding than reaching the goal you set for yourself" 
   
 
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 Michael A. Peters
 Abriasoft Senior Developer
 
 (510)  623-9726x357
 Fax: (510) 249-9125
 -- 
 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]
 

-- 
God Queen and Country   Member - Liberal International
Never Satan President and Republic   This is [EMAIL PROTECTED]  Ici [EMAIL PROTECTED]
Society MUST be saved! Republics must dissolve.
Birthdate 29 Jan 1969  Redhill Surrey England U.K. 

-- 
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] convert ASP to be PHP

2001-01-21 Thread [EMAIL PROTECTED]

Hi people,
I have one ASP site that need to be converted to be PHP3 ( on Linux OS). Is there any 
proper way to do this? The database detail is that the ASP site is using SQL7.0.  And 
the database server that is avaliable on my Linux server is MySql.
Any thoughts?  
Jack
[EMAIL PROTECTED]
"There is nothing more rewarding than reaching the goal you set for yourself"