PHP, IIS, Creating subdomains and e-mail accounts!

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
William
Forum Contributor
Posts: 332
Joined: Sat Oct 25, 2003 4:03 am
Location: New York City

PHP, IIS, Creating subdomains and e-mail accounts!

Post by William »

Hello,

I'm currently working on a project, and two of the main features are creating e-mail addresses and creating subdomains using PHP and IIS, I know PHP can do what I'm looking for, but I'm looking for a way to do this. I have heard there are ways to do it using the COM Object in PHP, but I'm not sure how to do it. Does anyone have any articles or know a good way to get this completed?

-William
Rovas
Forum Contributor
Posts: 272
Joined: Mon Aug 21, 2006 7:09 am
Location: Romania

Post by Rovas »

What you re doing (e-mail and subdomains) you' ll have to work with the server. Here is a great resource for IIS http://www.iis-resources.com.
User avatar
William
Forum Contributor
Posts: 332
Joined: Sat Oct 25, 2003 4:03 am
Location: New York City

Post by William »

Thank you, I'll give it a try!
Post Reply