RE: [PHP-WIN] ASP to PHP converter?

2004-06-17 Thread Gryffyn, Trevor
ice version and slowly phase out the ASP by replacing pieces of it a little at a time. Just some thoughts. -TG > -Original Message- > From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 17, 2004 7:15 AM > To: '[EMAIL PROTECTED] ' > Sub

RE: [PHP-WIN] ASP to PHP converter?

2004-06-17 Thread Svensson, B.A.T. (HKG)
> Does anyone know of reasonably good and reliable (and preferably > free) ASP to PHP converter? Well, I have this colleague of mine, however, I don't know if he is for free. :) -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] ASP to PHP converter?

2004-06-16 Thread Sudeep Zamudra
Hi Erik, Check this out. http://asp2php.naken.cc/ I don't know whether it is reliable or not. But i guess it's free. ...SuDeEp... [EMAIL PROTECTED] wrote: Does anyone know of reasonably good and reliable (and preferably free) ASP to PHP converter? Erik -- PHP Windows Mailing List (http:/

Re: [PHP-WIN] asp to php converting

2001-11-22 Thread David Elliott
Salutation Buchleitner On 21 November 2001 at 11:16:35 +0100 (which was 10:16 where I live) Buchleitner Martin wrote BM> i am looking for a tool who may convert an asp-application to a similar BM> php enviroment everything should be converted !! All objects and so on. BM> the goal is that nearl

RE: [PHP-WIN] asp to php

2001-03-23 Thread Fernando Madruga
I don't know any ASP, but you could try http://www.naken.cc/ for an automated ASP2PHP program. >From what your code looks like it's doing, I would say it is fairly easy to do in PHP... :) This is the output from asp2php 0.75.10: It commented out two lines... I don't know if they are important.

RE: [PHP-WIN] ASP to PHP automatic convertion

2001-03-13 Thread Mangiola Nunzio Datavia
Goto www.phpbuilder.com or www.phpwizard.net. Do a search. I now it's there somewhere. > -- > From: Carlos Correa Goncalves[SMTP:[EMAIL PROTECTED]] > Sent: Thursday, March 08, 2001 6:41 PM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] ASP to PHP automatic convertion

RE: [PHP-WIN] ASP to PHP automatic convertion

2001-03-08 Thread Robin Bolton
try ASP2PHP: http://asp2php.naken.cc/ Not 100% perfect, but it'll definately get you started down the right path. > -Original Message- > From: Carlos Correa Goncalves [mailto:[EMAIL PROTECTED]] > Sent: March 8, 2001 9:41 AM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] ASP to PHP automati

Re: [PHP-WIN] ASP to PHP (Secure MS Access connection)..

2001-01-25 Thread Gonzalo Vera
I've never handled secured db's, but in windows' control panel, in the ODBC applet where you define DSN, you can also define the system db for each db. When connecting in PHP your string has DSN, user and password, like: $dsn="AnyDSN"; $user="Joe"; $pass="foobar"; $conn = odbc_connect($dsn,$user,