ASP Experts???

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • FluFFYGRidER
    Registered User
    • Dec 2004
    • 58

    #1

    ASP Experts???

    Hi - is there any command that you know of that I can type in an ASP page that could tell me what email program that my ISP hosted server is using? What about, how do I know if I have a database program setup??

    THANKS~!
  • jwerd
    Confirmed User
    • Jun 2003
    • 1953

    #2
    dunno if this is any help, but you can use

    PHP Code:
    <?php
    phpinfo();
    ?>
    to get the server information, might or might not show ASP on there as well, not sure.
    Yii Framework Guru - Seasoned PHP vet - Partner @ XXXCoupon.com

    Comment

    Working...