1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

PHP module error

Discussion in 'PHP' started by weknowtheworld, Apr 18, 2007.

  1. #1
    Hi,

    Why does PHP4 (windows) tell me that my module doesn´t exist when it does? I´m talking about php_mssql70.dll

    Thanks.
     
    weknowtheworld, Apr 18, 2007 IP
  2. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #2
    Maybe it exists, but isn't loaded. Run this to see which ones are loaded: (If you're using apache)

    
    print_r(apache_get_modules());
    
    PHP:

    Also try running this before you try to use the module:
    
    dl('php_mssql70.dll');
    
    PHP:
    http://www.php.net/dl
     
    nico_swd, Apr 18, 2007 IP