Hi guys,

I have 2 scripts located in a directory and 3 dirs with 3 subdomain.
Something like this.

/scripts
    - input.php
    - output.php

/user1  -> subdomain user1.mysite.com
/user2  -> subdomain user2.mysite.com
/user3  -> subdomain user3.mysite.com

What can I do to execute the input.php script from any subdomain and get
output.php (response) in the same subdomain?
Do I need to copy the "scripts" directory in each subdomain dir?

many thanks,
Radu


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to