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

2001-09-18 Thread Boaz Yahav

As much as I love PHP,  if you are going to use com, I suggest you stick
to ASP/COM :).
No other language than the one MS it self wrote will have the
compatibility to COM and the OS like ASP.

Sincerely

  berber

Visit http://www.weberdev.com Today!!! 
To see where PHP might take you 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 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
> information or links are appreciated.
> 
> 
> 
> Thanks,
> 
> Eric Lebetsamer
> 
> 
> 
> 
> 
> -- 
> 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 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] 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 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 supports loading of
> COM, .NET and Java objects into its source code, you can also write
> PHP extensions in C (much faster than COM, .NET or EJB).
>
> -Sterling
>



-- 
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] 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
> information or links are appreciated.
> 
> 
> 
> Thanks,
> 
> Eric Lebetsamer
> 
> 
> 
> 
> 
> -- 
> 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]




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 supports loading of
COM, .NET and Java objects into its source code, you can also write
PHP extensions in C (much faster than COM, .NET or EJB).

-Sterling


-- 
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]