COM Class - Where can I get the code?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Mr Tech
Forum Contributor
Posts: 424
Joined: Tue Aug 10, 2004 3:08 am

COM Class - Where can I get the code?

Post by Mr Tech »

Yo,

My http://localhost/ has the COM() class integrated into the PHP engine but my web host does not...

Does anyone know where I can get the COM() class code? I searched google but it ignores COM becuase it is a common word... I can't find ti anaywhere else.

Thanks

Ben
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

[php_man]com[/php_man]. Read Installation and Requirements sections.
User avatar
Mr Tech
Forum Contributor
Posts: 424
Joined: Tue Aug 10, 2004 3:08 am

Post by Mr Tech »

So basically the COM is installed on their server, they just need to update the php.ini file? http://au.php.net/com#com.configuration

Thanks for your help
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

Mr Tech wrote:So basically the COM is installed on their server, they just need to update the php.ini file?
Yes, if they have windows server.
User avatar
Mr Tech
Forum Contributor
Posts: 424
Joined: Tue Aug 10, 2004 3:08 am

Post by Mr Tech »

Ok thanks :)
Post Reply