RE: [PHP-WIN] single sign on

2006-07-05 Thread Dale D. Attree
Make use of cookies and set the expiry of the cookie to equal 8 hours. In theory, this should create a cookie every day, therefore the user will only require to logon once a day. -Original Message- From: Martin Staiger [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05, 2006 8:34 PM To: p

RE: [PHP-WIN] Transactions and PDO

2006-06-21 Thread Dale D. Attree
Why not create a Stored Procedure to handle the second table? -Original Message- From: Vandegrift, Ken [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 7:20 PM To: php-windows@lists.php.net Subject: [PHP-WIN] Transactions and PDO Just wanted to throw this out there to see if anyo

[PHP-WIN] LDAP

2006-06-21 Thread Dale D. Attree
Hi, Has anyone got LDAP for PHP 5 working on IIS? Kind Regards, Dale

RE: [PHP-WIN] PHP and SQL Server 2005

2006-06-20 Thread Dale D. Attree
Thanks. This problem has been resolved. My problem was that SQL Server had been configured with Window Authentication and not Mixed Mode. -Original Message- From: Frank M. Kromann [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 5:56 AM To: [EMAIL PROTECTED] Cc: Dale D. Attree

[PHP-WIN] IIS and LDAP

2006-06-20 Thread Dale D. Attree
All extensions are being loaded expect for php_ldap.dll. I am running PHP 5.1.4 as a module with IIS 5. The path has been, permissions are correct. The only errors being displayed are those of undefined functions. If anyone can please help? Thanks, Dale PS. Mailing list removed

[PHP-WIN] IIS and LDAP

2006-06-20 Thread Dale D. Attree
All extensions are being loaded expect for php_ldap.dll.   I am running PHP 5.1.4 as a module with IIS 5.   The path has been, permissions are correct. The only errors being displayed are those of undefined functions.   If anyone can please help?   Thanks, Dale -- PHP Window

[PHP-WIN] LDAP

2006-06-20 Thread Dale D. Attree
Hi guys, I've got my PHP installed now as a module with IIS 5. I am not receiving any errors or warnings except when I call a LDAP function. I have uncommented extension=php_ldap.dll in my php.ini file. I have also copied libeay32.dll and ssleay32.dll to C:\Winnt\System32 What h

[PHP-WIN] LDAP and IIS

2006-06-19 Thread Dale D. Attree
I've got PHP 5.1.4 running as a CGI on IIS 5.0 When I uncomment the following line in my php.ini I get the following message PHP Warning: PHP Startup: Unable to load dynamic library 'c:\PHP\ext\php_ldap.dll' - The specified module could not be found. in Unknown on line 0 Anyone out ther

RE: [PHP-WIN] document.navigate()

2006-06-19 Thread Dale D. Attree
According to O'Reilly Dynamic HTML - The Definitive Reference, document.navigate is IE specific from IE3 upwards. Try using document.location.href -Original Message- From: Alf Stockton [mailto:[EMAIL PROTECTED] Sent: Monday, June 19, 2006 3:39 PM To: php windows Subject: [PHP-WIN] docume

[PHP-WIN] php_pdo_mssql.dll

2006-06-19 Thread Dale D. Attree
Any one have any idea how to get the above mentioned dll loaded using PHP as CGI with IIS? Fatal error: Class 'PDO' not found in C:\webdev\www\WLIM\test.php on line 8 PHP Warning: PHP Startup: Unable to load dynamic library 'c:\PHP\ext\php_pdo_mssql.dll' - The specified module could not be foun

[PHP-WIN] PHP and SQL Server 2005

2006-06-19 Thread Dale D. Attree
If anyone can help, please do. Warning: mssql_connect() [function.mssql-connect ]: message: Login failed for user 'dalea'. The user is not associated with a trusted SQL Server connection. (severity 14) in C:\webdev\www\WLIM\test.php on line 7

RE: [PHP-WIN] Apache to IIS

2006-06-19 Thread Dale D. Attree
:[EMAIL PROTECTED]>> wrote: > > > > Mikael Grön wrote > > > > > I have. > > > No major implications. As long as PHP is correctly configured, > along > > > with MySQL and other, everything should be fine. > > > &g

[PHP-WIN] Apache to IIS

2006-06-19 Thread Dale D. Attree
Hi all, I need to move from Apache to IIS. Has anyone done this conversion on what was the impact on your code? Kind Regards, Dale

RE: [PHP-WIN] PHP and MS Excel

2006-06-04 Thread Dale D. Attree
ECTED] Sent: Monday, June 05, 2006 8:17 AM To: Dale D. Attree Subject: Re: [PHP-WIN] PHP and MS Excel Check this out: http://www.phpclasses.org/browse/package/1919.html#download Mikael Dale D. Attree skrev: > Hi, > > > > Anyone know of a class that I can used to read a MS Excel

[PHP-WIN] PHP and MS Excel

2006-06-04 Thread Dale D. Attree
Hi, Anyone know of a class that I can used to read a MS Excel file and interpret specific columns and rows for storage into a db? Kind Regards, Dale

RE: [PHP-WIN] Configuration problem?

2006-05-23 Thread Dale D. Attree
Place your php.ini file in C:\WINNT Ensure that you have included php_mysql.dll in your ini file. Ensure registered globals on turned on if you wish to use $_SERVER -Original Message- From: Bill Angus [mailto:[EMAIL PROTECTED] Sent: Monday, May 22, 2006 8:29 PM To: php-windows@lists.php

[PHP-WIN] USB communication with PHP on Windows

2006-05-08 Thread Dale D. Attree
Is USB communication via PHP on Windows possible? Kind Regards, Dale