Re: [PHP] What is PHP's equivalent?

2001-09-18 Thread Chris Lee
correct me if Im wrong, but I wanted to add a note saying that php supports loading .COM and .NET only if the server is windows based. -- Chris Lee [EMAIL PROTECTED] Sterling Hughes [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Mon, 17 Sep 2001, Eric

RE: [PHP] What is PHP's equivalent?

2001-09-18 Thread Boaz Yahav
tomorrow. -Original Message- From: Frank M. Kromann [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 18, 2001 12:26 AM To: Eric Lebetsamer Cc: [EMAIL PROTECTED] Subject: Re: [PHP] What is PHP's equivalent? Hi Eric, You can use COM in PHP if your scripts run on Windows 32. You can also use

Re: [PHP] What is PHP's equivalent?

2001-09-17 Thread Sterling Hughes
On Mon, 17 Sep 2001, Eric Lebetsamer wrote: What is PHP's equivalent to ASP/COM or JSP/EJB? Basically, I want to get an idea of what methods there are of having multi tier development in PHP. Any information or links are appreciated. Not that PHP needs an equivalent, but... PHP

Re: [PHP] What is PHP's equivalent?

2001-09-17 Thread Frank M. Kromann
Hi Eric, You can use COM in PHP if your scripts run on Windows 32. You can also use Java clases directly from yor php scripts. - Frank What is PHP's equivalent to ASP/COM or JSP/EJB? Basically, I want to get an idea of what methods there are of having multi tier development in PHP. Any