I did.  Great work by the way.  However, my approach is totally different
from yours.  You attempt to rewrite the all the PERL modules into PHP which
I find to have major drawbacks because the PERL modules keep getting updated
and you need to make constant changes.  My approach is just to write a PHP
wrapper to pass PHP commands to the PERL modules and have the PERL modules
pass the values back to the PHP wrapper.  My PHP wrapper should not break
with new updates unless there are drastic changes to the PERL client
protocol which I doubt would happen.

--Kit

> [Thu, 4 Jan 2001] Kit said:
> 
>> Just wondering how many people here use PHP or are interested in a PHP
>> client for OpenSRS.  I spend more than 300 hrs slaving over the past two
>> months writing a PHP client which now have about the same features as
>> networksolutions.  Any comments or suggestions?
> 
> 
> Yeah, read the mailing list first next time.  :)
> 
> http://opensrs-php.sourceforge.net/ has been available for a while now.
> 
> - Colin
> 

Reply via email to