So I have I this problem. I have asp page that has a link to a PHP page,
when I click on the link I get the PHP with no problems but if I click back
to the asp page and click on the PHP page I get a HTTP 500 Internal server
error. If I hit the refresh button I get the php page again. The PHP pag
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
> 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
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:/
Does anyone know of reasonably good and reliable (and preferably free) ASP to PHP
converter?
Erik
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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
hi !
i am looking for a tool who may convert an asp-application to a similar php
enviroment
everything should be converted !! All objects and so on.
the goal is that nearly no script has to be re-written because in this
asp-application
are over 300 files.
thanks, martin
--
PHP Windows Mailin
they are important...
HTH,
Madruga
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: sexta-feira, 23 de Março de 2001 16:29
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] asp to php
I need to convert this ASP file into PHP file.
Could you help me ?
I need to convert this ASP file into PHP file.
Could you help me ?
Thanks a lot
Ivan
--
<%
'Response.write(Request.Form("Navigazione"))
Set objMail = CreateObject("CDONTS.Newmail")
objMail.MailFormat = cdoMailFormatMIME
objMail.From = Request.Form("tuamail")
objMail.To = Request.Form("suamail
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
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:
Hi all,
Is there a program available to convert ASP to PHP and save me some days of
work?
Bye
--
PHP Windows 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 PROTEC
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,
I'm trying to convert an ASP site to PHP, and my problem is this:
I've set up the the DSN on my machine to utilize the built-in odbc functions
as I would any Access DB. Because this is a "secure" db, i'm supposed to
reference the MDW file as opposed to the MDB... Well I can't seem to get it
to wo
14 matches
Mail list logo