Dale Attree wrote:PHP on windows does not support mapped network drives, you would need to usesockets and connect to the IP of the machine you wish to write to.MessageFrom: German P [mailto:extremdur2 (AT) gmail (DOT) com]Sent: 13 September 2006 08:25 AMTo: php-windowsSubject: [PHP-WIN] Problems...
In this little script:-<?php#This script has been developped by Nenad Motika [nmotika (AT) bezveze (DOT) com]#Please feel free to use it and to contact me for any reasonsession_start();//read folder$folder=opendir(".");while ($file = readdir($folder))$names[count($names)] = $file; // < Lin...
Hi,I've a problem with php and the execution of an external script.The script is adutil.vbs , belonging to the IIS administration Script onwindows 2000 server.The vbs have to be execute with Cscript.exe.When I execute it from Dos shell there's no problems: for examplesc:\Cscript adsuti...
I have tried to follow the instructions to manually install PHP on WindowsXP, using IIS and MySQL. I have been unable to test if PHP is installedbecause when I try to open a PHP file in a browser (either firefox or IE6)it launches Dreamweaver.What should I try?...
I am running PHP v5.1.6 on Windows XP Pro. I have been unable to savesession variables, and I've tried everything I can think of with noluck so far.I have confirmed that I have writable access to my session save path,but session variables are still not saved. Does anyone havesuggestions for...
Sorry, I'm way behind on my email lists! No, I'm definitely using a comma rather than a colon and it works. I haven't tried a colon. Maybe they both work?Regards,Bruce <trystano (AT) aol (DOT) com17/08/2006 10:18:00 a.m. Thats mean to be localhost:9999yeah?Tryst Message From: b...
Hmm, didn't know, but actually it doesn't matter which database platformit's using. My first question was if anyone had experience updatingNavision thru a php script.The DB connection is already configured, so no problems getting the dataout of Navision, but inserting data is a li...
Hi FrankThat would be fantastic if you could find some of your old code. The newDBC driver is of course writable and of course Microsoft is verylimited in their information about the database structure.// jocke MessageFrom: Frank M. Kromann [mailto:frank (AT) kromann (DOT) info]Sent: den 19 augu...
All,For over a year we have been developing our own web server for runningPHP on windows. We tried Apache 1x and 2x and they did not quite fitthe bill. The first was not stable enough and the second causedthreading problems with our CM library.I am really interested in what configurations other...
Hi Joakim,Many years ago (Before Microsoft bought Navision) the DBC driver was readonly so I created native php extensions for both the DS and Windowsversion of Navision. Back then called Navision 3.5.x and NavisionFinancials 2.x.I have not touched Navision in the past 6 years but I might be abl...
HiAnyone have experience working with Microsoft Navision DBC, updatecustomer data, orders etc thru a php script?RegardsJoakim Ling...
So how exactly would this work? Would you have to put to php.ini files in the same directory or something (obviously with different names) Tryst Message From: dale (AT) kwikitsolutions (DOT) co.za To: john.l.meyer (AT) gmail (DOT) com; php-windows (AT) lists (DOT) php.net Sent: Thu, 17 Aug 2006...

