php-windows Digest 21 Oct 2001 22:38:15 -0000 Issue 815
Topics (messages 9941 through 9944): PHP and MSSQL Integration 9941 by: Tj Corley 9942 by: David Elliott login script 9943 by: jax.woh.rr.com problems with personal webserver 9944 by: goove Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To post to the list, e-mail: [EMAIL PROTECTED] ----------------------------------------------------------------------
I have a win2k server box, with all the critical updates and blah blah blah to secure it, and I have PHP installed and tested, and phpinfo(); works. Then I attempted to install SQL 2000, and thats where everything went downhill. I test my script, and on the server side it gives me the error: Unable To Load Dynamic Link Library 'c:\winnt\system32\php_mssql.dll' - Access Is Denied And the odd thing is, were running as Admin, and accessing the script in a Password protected folder as Admin, so I am my collegues are baffled completely. Any input would be helpful. Thanks. -- ------------------------------------------------------------- Tj Corley [EMAIL PROTECTED] The Planet
Hello Tj On 20 October 2001 at 10:16:10 -0500 (which was 16:16 where I live) Tj Corley wrote and made these points TC> I have a win2k server box, < ... > TC> Then I attempted to install SQL 2000, and thats where everything went TC> downhill. Just done it my with no problems. TC> Unable To Load Dynamic Link Library 'c:\winnt\system32\php_mssql.dll' - TC> Access Is Denied Is this where you have put the dll? Personally I keep it in a separate dir under PHP and have the following in the php.ini pointing to it. extension_dir = "D:/Program Files/PHP4/extensions" extension=php_mssql.dll -- Best regards, _______________________________________________ David | David Elliott | Software Engineer | _________________________| [EMAIL PROTECTED] | PGP Key ID 0x650F4534 | | DOS "1984" version...DOS.DOS |
My login script won't insert data into the table. Is anything wrong with the code? Source: http://www.code-demon.net/login.phps http://www.code-demon.net/register.phps Thanks In Advance
spent 5 hours trying to figure it ot gave up spent 1 hour installing the windows apache server with perl ,php and mysql everything works just fine :-) perfect