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
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
appreciated.
Regards,
Simon(still sorry) Wheeler
firepages
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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
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