[PHP-WIN] Re: EXEC and Windows

2002-05-18 Thread firepages
t create a batchfile with my command-line in it and then exec the bat file, but then you get no returned value anyway :) , not knowing exactly what your script is doing its hard to know how to help. Regards, Simon Wheeler firepages "Nicole Amashta" <[EMAIL PROTECTED]> wrote in message [EMA

Re: [PHP-WIN] capturing windows clipboard && sorry!

2002-05-11 Thread firepages
Hi, unfortunately I dont have a browser to provide javascript for me, the app is PHP-GTK && php shell scripts only. I almost have a solution in that I have been playing with getclip.exe which is part of cygwin, I can at this point run clipget via popen() and echo the clipboard, but so far only to

[PHP-WIN] capturing windows clipboard && sorry!

2002-05-10 Thread firepages
appreciated. Regards, Simon(still sorry) Wheeler firepages -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] apache2 and AcceptPathInfo

2002-04-17 Thread firepages
Hi, I have some search engine friendly scripts i.e. whatever.com/this.htm/var1/var2/etc/ which under apache 1.2.*+ 'looked-back' to this.htm and gave me var1 var2 etc in the PATH_INFO array under apache 2 you are supposed to use AcceptPathInfo ON - but no matter where I put this - in httpd.conf

[PHP-WIN] Re: Different folder | Local test - Help!! (part2)

2002-04-13 Thread firepages
Why not just set your DocumentRoot to "C:/" or set up an alias - its much more likely to work than a virtual host Alias /C/ "c:/" DirectoryIndex index.php index.htm index.html you would then access as http://localhost/C/ "Tiago SimõEs" <[EMAIL PROTECTED]> wrote in mess