Re: [PHP-WIN] Switching from Apache to IIS

2006-04-18 Thread Aaron Kenney
Make sure you read everything at http://us3.php.net/manual/en/print/install.windows.iis.php. Do a manual installation to save yourself headaches down the road. The windows installer works, but I've had to reconfigure some things to make certain functions work. I also recommend using the ISAPI metho

Re: [PHP-WIN] Switching from Apache to IIS

2006-04-18 Thread Aaron Kenney
Correction: Do not uncomment 'extension=php_msql.dll'. Instead uncomment 'extension=php_mssql.dll'. That was a really poor typo. -Aaron Kenney On 4/18/06, Aaron Kenney <[EMAIL PROTECTED]> wrote: > Make sure you read everything at > http://us3.php.net/manual/en/print/install.windows.iis.php. > Do

[PHP-WIN] Cam control

2006-04-18 Thread Kahnjure
I have a pan and tilt mechanism with an opto-isolated circuit board that connects to the LPT port. What I am trying to do is control it totally in PHP. Can anyone point me in the right direction for info on communicating directly with the LPT port? Or has someone done this already? -- PHP Win

Re: [PHP-WIN] Cam control

2006-04-18 Thread Ariz Jacinto
use the php_dio.dll, you may download it on pecl4win.php.net. On 4/18/06, Kahnjure <[EMAIL PROTECTED]> wrote: > > I have a pan and tilt mechanism with an opto-isolated circuit board that > connects to the LPT port. What I am trying to do is control it totally > in PHP. Can anyone point me in th

Re: [PHP-WIN] Cam control

2006-04-18 Thread tg-php
There's probably libraries out there for dealing with serial and parallel operations with PHP and I'm sure someone will point one out. In the meantime and maybe as an addition to it, you might check out Winbinder (http://www.winbinder.com) it's a native Windows API interface for PHP that's ju