Unable to load dynamic link library php_mysql.dll - Apache 2.2.6/PHP 5.2.6

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Christopher Koeber

    Unable to load dynamic link library php_mysql.dll - Apache 2.2.6/PHP 5.2.6

    Hello,

    I am attempting to perform a PHP installation on an Apache 2.2.6 web server
    instance that is loaded on a Windows 2003 server operating system (R2 SP2).
    I have a third party application that will reside within the Apache instance
    that requires PHP 5.2.6 loaded with MySql support.

    The installation of PHP succedded without incident (it was done manually)
    and I can run phpinfo() to get information about the installation. However,
    when attempting to load the php_mysql.dll extension I recieve the following
    error message:

    -------------
    PHP Warning: PHP Startup: Unable to load dynamic library
    'C:\\php\\ext\\ php_mysql.dll' - The specified module could not be found.\r\n
    in Unknown on line 0
    -------------

    I have verified the following:

    1. That I have set up the php.ini file (which resides in C:\php.
    Specifically, I have set up the following as it regards to loading the
    php_mysql.dll extension
    - Set up the extension_dir variable: extension_dir = "C:\php\ext \"
    - Uncommented the line that relates to the php_mysql.dll file"
    extension=php_m ysql.dll
    2. That I have set up the http.conf file for Apache:
    - The following lines were added:
    LoadModule php5_module "C:/php/php5apache2_2.d ll"
    PHPIniDir "C:/php"
    AddType application/x-httpd-php .php .php3 .htm .html
    AddType application/x-httpd-php-source .phps

    Is there anything else that I need to do?

    Thanks for your time.

    Regards,
    Christopher Koeber


  • J2Be.com

    #2
    Re: Unable to load dynamic link library php_mysql.dll - Apache 2.2.6/PHP 5.2.6



    "Christophe r Koeber" <c[NO_SPAM]koeber@[NO_SPAM]gmail.comha scritto nel
    messaggio news:%I7Jk.4676 2$sg2.2062@fe09 .news.easynews. com...
    Hello,
    >
    I am attempting to perform a PHP installation on an Apache 2.2.6 web
    server instance that is loaded on a Windows 2003 server operating system
    (R2 SP2). I have a third party application that will reside within the
    Apache instance that requires PHP 5.2.6 loaded with MySql support.
    >
    The installation of PHP succedded without incident (it was done manually)
    and I can run phpinfo() to get information about the installation.
    However, when attempting to load the php_mysql.dll extension I recieve the
    following error message:
    >
    -------------
    PHP Warning: PHP Startup: Unable to load dynamic library
    'C:\\php\\ext\\ php_mysql.dll' - The specified module could not be
    found.\r\n in Unknown on line 0
    -------------
    >
    I have verified the following:
    >
    1. That I have set up the php.ini file (which resides in C:\php.
    Specifically, I have set up the following as it regards to loading the
    php_mysql.dll extension
    - Set up the extension_dir variable: extension_dir = "C:\php\ext \"
    - Uncommented the line that relates to the php_mysql.dll file"
    extension=php_m ysql.dll
    2. That I have set up the http.conf file for Apache:
    - The following lines were added:
    LoadModule php5_module "C:/php/php5apache2_2.d ll"
    PHPIniDir "C:/php"
    AddType application/x-httpd-php .php .php3 .htm .html
    AddType application/x-httpd-php-source .phps
    >
    Is there anything else that I need to do?
    >
    Thanks for your time.
    >
    Regards,
    Christopher Koeber

    Make sure that php reads the correct php.ini.
    Try to set display_startup _errors = On in the php.ini to track possible
    problems at startup.


    Comment

    • Jerry Stuckle

      #3
      Re: Unable to load dynamic link library php_mysql.dll - Apache 2.2.6/PHP5.2.6

      Christopher Koeber wrote:
      Hello,
      >
      I am attempting to perform a PHP installation on an Apache 2.2.6 web server
      instance that is loaded on a Windows 2003 server operating system (R2 SP2).
      I have a third party application that will reside within the Apache instance
      that requires PHP 5.2.6 loaded with MySql support.
      >
      The installation of PHP succedded without incident (it was done manually)
      and I can run phpinfo() to get information about the installation. However,
      when attempting to load the php_mysql.dll extension I recieve the following
      error message:
      >
      -------------
      PHP Warning: PHP Startup: Unable to load dynamic library
      'C:\\php\\ext\\ php_mysql.dll' - The specified module could not be found.\r\n
      in Unknown on line 0
      -------------
      >
      I have verified the following:
      >
      1. That I have set up the php.ini file (which resides in C:\php.
      Specifically, I have set up the following as it regards to loading the
      php_mysql.dll extension
      - Set up the extension_dir variable: extension_dir = "C:\php\ext \"
      - Uncommented the line that relates to the php_mysql.dll file"
      extension=php_m ysql.dll
      2. That I have set up the http.conf file for Apache:
      - The following lines were added:
      LoadModule php5_module "C:/php/php5apache2_2.d ll"
      PHPIniDir "C:/php"
      AddType application/x-httpd-php .php .php3 .htm .html
      AddType application/x-httpd-php-source .phps
      >
      Is there anything else that I need to do?
      >
      Thanks for your time.
      >
      Regards,
      Christopher Koeber
      >
      >
      >
      Do you have the MySQL client libraries installed, and are they
      accessible to PHP (i.e. in your PATH statement)?

      --
      =============== ===
      Remove the "x" from my email address
      Jerry Stuckle
      JDS Computer Training Corp.
      jstucklex@attgl obal.net
      =============== ===

      Comment

      • Curtis

        #4
        Re: Unable to load dynamic link library php_mysql.dll - Apache 2.2.6/PHP5.2.6

        Jerry Stuckle wrote:
        Christopher Koeber wrote:
        >Hello,
        >>
        >I am attempting to perform a PHP installation on an Apache 2.2.6 web
        >server instance that is loaded on a Windows 2003 server operating
        >system (R2 SP2). I have a third party application that will reside
        >within the Apache instance that requires PHP 5.2.6 loaded with MySql
        >support.
        >>
        >The installation of PHP succedded without incident (it was done
        >manually) and I can run phpinfo() to get information about the
        >installation . However, when attempting to load the php_mysql.dll
        >extension I recieve the following error message:
        >>
        >-------------
        >PHP Warning: PHP Startup: Unable to load dynamic library
        >'C:\\php\\ext\ \php_mysql.dll' - The specified module could not be
        >found.\r\n in Unknown on line 0
        >-------------
        >>
        >I have verified the following:
        >>
        >1. That I have set up the php.ini file (which resides in C:\php.
        >Specifically , I have set up the following as it regards to loading the
        >php_mysql.dl l extension
        > - Set up the extension_dir variable: extension_dir =
        >"C:\php\ext\ "
        > - Uncommented the line that relates to the php_mysql.dll file"
        >extension=php_ mysql.dll
        >2. That I have set up the http.conf file for Apache:
        > - The following lines were added:
        > LoadModule php5_module "C:/php/php5apache2_2.d ll"
        > PHPIniDir "C:/php"
        > AddType application/x-httpd-php .php .php3 .htm .html
        > AddType application/x-httpd-php-source .phps
        >>
        >Is there anything else that I need to do?
        >>
        >Thanks for your time.
        >>
        >Regards,
        >Christopher Koeber
        >>
        >>
        >
        Do you have the MySQL client libraries installed, and are they
        accessible to PHP (i.e. in your PATH statement)?
        >
        Yes, make sure libmysql.dll is in a directory accessible in the system
        PATH environment variable, or the PATH that Apache uses. Restart
        Apache after making the changes.

        --
        Curtis

        Comment

        • Christopher Kurtis Koeber

          #5
          Re: Unable to load dynamic link library php_mysql.dll - Apache 2.2.6/PHP 5.2.6

          Thank you for the answer. I have created or set any other php.ini file other
          than the default php.ini file that resides in the directory containing the
          core php executables: "C:\php\"

          Also, I have set display_startup _erros = on but did not find anything
          different so far.

          Anything else?

          Thanks for the time.

          "J2Be.com" <l.iarrusso@vir gilio.itwrote in message
          news:48f55013$0 $1072$4fafbaef@ reader2.news.ti n.it...
          >
          >
          "Christophe r Koeber" <c[NO_SPAM]koeber@[NO_SPAM]gmail.comha scritto nel
          messaggio news:%I7Jk.4676 2$sg2.2062@fe09 .news.easynews. com...
          >Hello,
          >>
          >I am attempting to perform a PHP installation on an Apache 2.2.6 web
          >server instance that is loaded on a Windows 2003 server operating system
          >(R2 SP2). I have a third party application that will reside within the
          >Apache instance that requires PHP 5.2.6 loaded with MySql support.
          >>
          >The installation of PHP succedded without incident (it was done manually)
          >and I can run phpinfo() to get information about the installation.
          >However, when attempting to load the php_mysql.dll extension I recieve
          >the following error message:
          >>
          >-------------
          >PHP Warning: PHP Startup: Unable to load dynamic library
          >'C:\\php\\ext\ \php_mysql.dll' - The specified module could not be
          >found.\r\n in Unknown on line 0
          >-------------
          >>
          >I have verified the following:
          >>
          >1. That I have set up the php.ini file (which resides in C:\php.
          >Specifically , I have set up the following as it regards to loading the
          >php_mysql.dl l extension
          > - Set up the extension_dir variable: extension_dir = "C:\php\ext \"
          > - Uncommented the line that relates to the php_mysql.dll file"
          >extension=php_ mysql.dll
          >2. That I have set up the http.conf file for Apache:
          > - The following lines were added:
          > LoadModule php5_module "C:/php/php5apache2_2.d ll"
          > PHPIniDir "C:/php"
          > AddType application/x-httpd-php .php .php3 .htm .html
          > AddType application/x-httpd-php-source .phps
          >>
          >Is there anything else that I need to do?
          >>
          >Thanks for your time.
          >>
          >Regards,
          >Christopher Koeber
          >
          >
          Make sure that php reads the correct php.ini.
          Try to set display_startup _errors = On in the php.ini to track possible
          problems at startup.
          >
          >

          Comment

          • Christopher Kurtis Koeber

            #6
            Re: Unable to load dynamic link library php_mysql.dll - Apache 2.2.6/PHP 5.2.6

            The system does have MySQL installed and there is a client access library
            assessable to PHP directly inside of the core executable directory of PHP:
            "C:\php\".



            The library I am referencing is libmysql.dll.



            Anything else may cause this?



            Thanks for the time.



            "Jerry Stuckle" <jstucklex@attg lobal.netwrote in message
            news:gd3jop$l4j $1@registered.m otzarella.org.. .
            Christopher Koeber wrote:
            >Hello,
            >>
            >I am attempting to perform a PHP installation on an Apache 2.2.6 web
            >server instance that is loaded on a Windows 2003 server operating system
            >(R2 SP2). I have a third party application that will reside within the
            >Apache instance that requires PHP 5.2.6 loaded with MySql support.
            >>
            >The installation of PHP succedded without incident (it was done manually)
            >and I can run phpinfo() to get information about the installation.
            >However, when attempting to load the php_mysql.dll extension I recieve
            >the following error message:
            >>
            >-------------
            >PHP Warning: PHP Startup: Unable to load dynamic library
            >'C:\\php\\ext\ \php_mysql.dll' - The specified module could not be
            >found.\r\n in Unknown on line 0
            >-------------
            >>
            >I have verified the following:
            >>
            >1. That I have set up the php.ini file (which resides in C:\php.
            >Specifically , I have set up the following as it regards to loading the
            >php_mysql.dl l extension
            > - Set up the extension_dir variable: extension_dir =
            >"C:\php\ext\ "
            > - Uncommented the line that relates to the php_mysql.dll file"
            >extension=php_ mysql.dll
            >2. That I have set up the http.conf file for Apache:
            > - The following lines were added:
            > LoadModule php5_module "C:/php/php5apache2_2.d ll"
            > PHPIniDir "C:/php"
            > AddType application/x-httpd-php .php .php3 .htm .html
            > AddType application/x-httpd-php-source .phps
            >>
            >Is there anything else that I need to do?
            >>
            >Thanks for your time.
            >>
            >Regards,
            >Christopher Koeber
            >
            Do you have the MySQL client libraries installed, and are they accessible
            to PHP (i.e. in your PATH statement)?
            >
            --
            =============== ===
            Remove the "x" from my email address
            Jerry Stuckle
            JDS Computer Training Corp.
            jstucklex@attgl obal.net
            =============== ===
            >

            Comment

            • Christopher Kurtis Koeber

              #7
              Re: Unable to load dynamic link library php_mysql.dll - Apache 2.2.6/PHP 5.2.6

              The libmysql.dll file is directly in the C:\php\ directory. (This
              configuration came with the extraction process; I never moved the file).

              Any other causes?

              Thanks for the time.

              "Curtis" <dyer85@gmail.c omwrote in message
              news:PPxJk.1347 $Rx2.67@nwrddc0 1.gnilink.net.. .
              Jerry Stuckle wrote:
              >Christopher Koeber wrote:
              >>Hello,
              >>>
              >>I am attempting to perform a PHP installation on an Apache 2.2.6 web
              >>server instance that is loaded on a Windows 2003 server operating system
              >>(R2 SP2). I have a third party application that will reside within the
              >>Apache instance that requires PHP 5.2.6 loaded with MySql support.
              >>>
              >>The installation of PHP succedded without incident (it was done
              >>manually) and I can run phpinfo() to get information about the
              >>installatio n. However, when attempting to load the php_mysql.dll
              >>extension I recieve the following error message:
              >>>
              >>-------------
              >>PHP Warning: PHP Startup: Unable to load dynamic library
              >>'C:\\php\\ext \\php_mysql.dll ' - The specified module could not be
              >>found.\r\n in Unknown on line 0
              >>-------------
              >>>
              >>I have verified the following:
              >>>
              >>1. That I have set up the php.ini file (which resides in C:\php.
              >>Specificall y, I have set up the following as it regards to loading the
              >>php_mysql.d ll extension
              >> - Set up the extension_dir variable: extension_dir =
              >>"C:\php\ext \"
              >> - Uncommented the line that relates to the php_mysql.dll file"
              >>extension=php _mysql.dll
              >>2. That I have set up the http.conf file for Apache:
              >> - The following lines were added:
              >> LoadModule php5_module "C:/php/php5apache2_2.d ll"
              >> PHPIniDir "C:/php"
              >> AddType application/x-httpd-php .php .php3 .htm .html
              >> AddType application/x-httpd-php-source .phps
              >>>
              >>Is there anything else that I need to do?
              >>>
              >>Thanks for your time.
              >>>
              >>Regards,
              >>Christopher Koeber
              >>>
              >>>
              >>
              >Do you have the MySQL client libraries installed, and are they accessible
              >to PHP (i.e. in your PATH statement)?
              >>
              >
              Yes, make sure libmysql.dll is in a directory accessible in the system
              PATH environment variable, or the PATH that Apache uses. Restart Apache
              after making the changes.
              >
              --
              Curtis

              Comment

              • Jerry Stuckle

                #8
                Re: Unable to load dynamic link library php_mysql.dll - Apache 2.2.6/PHP5.2.6

                Christopher Kurtis Koeber wrote:
                The system does have MySQL installed and there is a client access library
                assessable to PHP directly inside of the core executable directory of PHP:
                "C:\php\".
                >
                >
                >
                The library I am referencing is libmysql.dll.
                >
                >
                >
                Anything else may cause this?
                >
                >
                >
                Thanks for the time.
                >
                >
                >
                "Jerry Stuckle" <jstucklex@attg lobal.netwrote in message
                news:gd3jop$l4j $1@registered.m otzarella.org.. .
                >Christopher Koeber wrote:
                >>Hello,
                >>>
                >>I am attempting to perform a PHP installation on an Apache 2.2.6 web
                >>server instance that is loaded on a Windows 2003 server operating system
                >>(R2 SP2). I have a third party application that will reside within the
                >>Apache instance that requires PHP 5.2.6 loaded with MySql support.
                >>>
                >>The installation of PHP succedded without incident (it was done manually)
                >>and I can run phpinfo() to get information about the installation.
                >>However, when attempting to load the php_mysql.dll extension I recieve
                >>the following error message:
                >>>
                >>-------------
                >>PHP Warning: PHP Startup: Unable to load dynamic library
                >>'C:\\php\\ext \\php_mysql.dll ' - The specified module could not be
                >>found.\r\n in Unknown on line 0
                >>-------------
                >>>
                >>I have verified the following:
                >>>
                >>1. That I have set up the php.ini file (which resides in C:\php.
                >>Specificall y, I have set up the following as it regards to loading the
                >>php_mysql.d ll extension
                >> - Set up the extension_dir variable: extension_dir =
                >>"C:\php\ext \"
                >> - Uncommented the line that relates to the php_mysql.dll file"
                >>extension=php _mysql.dll
                >>2. That I have set up the http.conf file for Apache:
                >> - The following lines were added:
                >> LoadModule php5_module "C:/php/php5apache2_2.d ll"
                >> PHPIniDir "C:/php"
                >> AddType application/x-httpd-php .php .php3 .htm .html
                >> AddType application/x-httpd-php-source .phps
                >>>
                >>Is there anything else that I need to do?
                >>>
                >>Thanks for your time.
                >>>
                >>Regards,
                >>Christopher Koeber
                >Do you have the MySQL client libraries installed, and are they accessible
                >to PHP (i.e. in your PATH statement)?
                >>

                Is c:\php in your PATH statement?

                Also, ensure you are changing the correct php.ini file - use phpinfo()
                to find out exactly which one you are using.

                --
                =============== ===
                Remove the "x" from my email address
                Jerry Stuckle
                JDS Computer Training Corp.
                jstucklex@attgl obal.net
                =============== ===

                Comment

                • Christopher Kurtis Koeber

                  #9
                  Re: Unable to load dynamic link library php_mysql.dll - Apache 2.2.6/PHP 5.2.6

                  Thanks for the reply. the PATH variable was the issue! I have successfully
                  loaded the library now!

                  Thanks for letting me know about it. I thought I completed all of the
                  required steps but I didn't...

                  Regards,
                  Christopher Koeber

                  "Jerry Stuckle" <jstucklex@attg lobal.netwrote in message
                  news:gdahl4$vsm $1@registered.m otzarella.org.. .
                  Christopher Kurtis Koeber wrote:
                  >The system does have MySQL installed and there is a client access library
                  >assessable to PHP directly inside of the core executable directory of
                  >PHP: "C:\php\".
                  >>
                  >>
                  >>
                  >The library I am referencing is libmysql.dll.
                  >>
                  >>
                  >>
                  >Anything else may cause this?
                  >>
                  >>
                  >>
                  >Thanks for the time.
                  >>
                  >>
                  >>
                  >"Jerry Stuckle" <jstucklex@attg lobal.netwrote in message
                  >news:gd3jop$l4 j$1@registered. motzarella.org. ..
                  >>Christopher Koeber wrote:
                  >>>Hello,
                  >>>>
                  >>>I am attempting to perform a PHP installation on an Apache 2.2.6 web
                  >>>server instance that is loaded on a Windows 2003 server operating
                  >>>system (R2 SP2). I have a third party application that will reside
                  >>>within the Apache instance that requires PHP 5.2.6 loaded with MySql
                  >>>support.
                  >>>>
                  >>>The installation of PHP succedded without incident (it was done
                  >>>manually) and I can run phpinfo() to get information about the
                  >>>installation . However, when attempting to load the php_mysql.dll
                  >>>extension I recieve the following error message:
                  >>>>
                  >>>-------------
                  >>>PHP Warning: PHP Startup: Unable to load dynamic library
                  >>>'C:\\php\\ex t\\php_mysql.dl l' - The specified module could not be
                  >>>found.\r\n in Unknown on line 0
                  >>>-------------
                  >>>>
                  >>>I have verified the following:
                  >>>>
                  >>>1. That I have set up the php.ini file (which resides in C:\php.
                  >>>Specifically , I have set up the following as it regards to loading the
                  >>>php_mysql.dl l extension
                  >>> - Set up the extension_dir variable: extension_dir =
                  >>>"C:\php\ext\ "
                  >>> - Uncommented the line that relates to the php_mysql.dll file"
                  >>>extension=ph p_mysql.dll
                  >>>2. That I have set up the http.conf file for Apache:
                  >>> - The following lines were added:
                  >>> LoadModule php5_module "C:/php/php5apache2_2.d ll"
                  >>> PHPIniDir "C:/php"
                  >>> AddType application/x-httpd-php .php .php3 .htm .html
                  >>> AddType application/x-httpd-php-source .phps
                  >>>>
                  >>>Is there anything else that I need to do?
                  >>>>
                  >>>Thanks for your time.
                  >>>>
                  >>>Regards,
                  >>>Christophe r Koeber
                  >>Do you have the MySQL client libraries installed, and are they
                  >>accessible to PHP (i.e. in your PATH statement)?
                  >>>
                  >
                  >
                  Is c:\php in your PATH statement?
                  >
                  Also, ensure you are changing the correct php.ini file - use phpinfo() to
                  find out exactly which one you are using.
                  >
                  --
                  =============== ===
                  Remove the "x" from my email address
                  Jerry Stuckle
                  JDS Computer Training Corp.
                  jstucklex@attgl obal.net
                  =============== ===
                  >

                  Comment

                  • Jerry Stuckle

                    #10
                    Re: Unable to load dynamic link library php_mysql.dll - Apache 2.2.6/PHP5.2.6

                    Christopher Kurtis Koeber wrote:
                    >
                    "Jerry Stuckle" <jstucklex@attg lobal.netwrote in message
                    news:gdahl4$vsm $1@registered.m otzarella.org.. .
                    >Christopher Kurtis Koeber wrote:
                    >>The system does have MySQL installed and there is a client access library
                    >>assessable to PHP directly inside of the core executable directory of
                    >>PHP: "C:\php\".
                    >>>
                    >>>
                    >>>
                    >>The library I am referencing is libmysql.dll.
                    >>>
                    >>>
                    >>>
                    >>Anything else may cause this?
                    >>>
                    >>>
                    >>>
                    >>Thanks for the time.
                    >>>
                    >>>
                    >>>
                    >>"Jerry Stuckle" <jstucklex@attg lobal.netwrote in message
                    >>news:gd3jop$l 4j$1@registered .motzarella.org ...
                    >>>Christophe r Koeber wrote:
                    >>>>Hello,
                    >>>>>
                    >>>>I am attempting to perform a PHP installation on an Apache 2.2.6 web
                    >>>>server instance that is loaded on a Windows 2003 server operating
                    >>>>system (R2 SP2). I have a third party application that will reside
                    >>>>within the Apache instance that requires PHP 5.2.6 loaded with MySql
                    >>>>support.
                    >>>>>
                    >>>>The installation of PHP succedded without incident (it was done
                    >>>>manually) and I can run phpinfo() to get information about the
                    >>>>installatio n. However, when attempting to load the php_mysql.dll
                    >>>>extension I recieve the following error message:
                    >>>>>
                    >>>>-------------
                    >>>>PHP Warning: PHP Startup: Unable to load dynamic library
                    >>>>'C:\\php\\e xt\\php_mysql.d ll' - The specified module could not be
                    >>>>found.\r\ n in Unknown on line 0
                    >>>>-------------
                    >>>>>
                    >>>>I have verified the following:
                    >>>>>
                    >>>>1. That I have set up the php.ini file (which resides in C:\php.
                    >>>>Specificall y, I have set up the following as it regards to loading the
                    >>>>php_mysql.d ll extension
                    >>>> - Set up the extension_dir variable: extension_dir =
                    >>>>"C:\php\ext \"
                    >>>> - Uncommented the line that relates to the php_mysql.dll file"
                    >>>>extension=p hp_mysql.dll
                    >>>>2. That I have set up the http.conf file for Apache:
                    >>>> - The following lines were added:
                    >>>> LoadModule php5_module "C:/php/php5apache2_2.d ll"
                    >>>> PHPIniDir "C:/php"
                    >>>> AddType application/x-httpd-php .php .php3 .htm .html
                    >>>> AddType application/x-httpd-php-source .phps
                    >>>>>
                    >>>>Is there anything else that I need to do?
                    >>>>>
                    >>>>Thanks for your time.
                    >>>>>
                    >>>>Regards,
                    >>>>Christoph er Koeber
                    >>>Do you have the MySQL client libraries installed, and are they
                    >>>accessible to PHP (i.e. in your PATH statement)?
                    >>>>
                    >>
                    >Is c:\php in your PATH statement?
                    >>
                    >Also, ensure you are changing the correct php.ini file - use phpinfo() to
                    >find out exactly which one you are using.
                    >>
                    Thanks for the reply. the PATH variable was the issue! I have
                    successfully loaded the library now!
                    >
                    Thanks for letting me know about it. I thought I completed all of the
                    required steps but I didn't...
                    >
                    Regards,
                    Christopher Koeber
                    (Top posting fixed)

                    Glad to be of help.

                    P.S. Please don't top post. Thanks.


                    --
                    =============== ===
                    Remove the "x" from my email address
                    Jerry Stuckle
                    JDS Computer Training Corp.
                    jstucklex@attgl obal.net
                    =============== ===

                    Comment

                    Working...