[PHP-WIN] ODBC - What Perl can and PHP not

2005-05-12 Thread Markus Tacker
Hoi all, I am a bit curious about that issue. I have a ODBC datasource with an AcuODBC driver. I can connect to it with various windows query tools, excel etc. But PHP fails to connect as the driver complains about a missing license file. So i tried it with Perl DBI::ODBC and it worke

[PHP-WIN] problems using fileperms under win2k

2004-01-08 Thread Markus U
33206 (or 666, -rw-rw-rw-) - the same as for files with valid rw permissions. Is that a general problem, have I done anything wrong, do you have an workaround? Tx Markus -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: using exec on WIMP

2002-10-03 Thread MWCT - Markus Weber
getenv("COMSPEC").' /c c:\mysql\bin\mysql.exe < E:/Inetpub/wwwroot/update/load_logs.sql > E:/Inetpub/wwwroot/update/load_logs.log'; win_exec($command, 2, "0"); kind regards, Markus Weber = "J Wy

[PHP-WIN] Re: note 25599 rejected from function.exec by betz

2002-10-02 Thread MWCT - Markus Weber
until the mysql process has finished. Does anybody know how I can run the exec() command totally in the background on a WIMP system ? (I tried a lot with "2>1&" and "cmd/c" etc.) -- Please read this from [EMAIL PROTECTED]: Mwct -

[PHP-WIN] Re: using exec on WIMP

2002-10-02 Thread MWCT - Markus Weber
Hi, thank you very much for help. I will try this solution. Do you believe there is still a way to use the exec() function of PHP ? regards, markus weber "J Wynia" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Mwct -

[PHP-WIN] exec() on WIMP systems

2002-10-02 Thread MWCT - Markus Weber
logs.log". When I type in this string via command line the execution is successful. As I learned from the online documentation on php.net is that on LINUX systems something like "2>1&" or ">/dev/null" will help - but not on Windows. Any ideas ? regards, Mar

[PHP-WIN] using exec on WIMP

2002-10-01 Thread MWCT - Markus Weber
logs.log". When I type in this string via command line the execution is successful. As I learned from the online documentation on php.net is that on LINUX systems something like "2>1&" or ">/dev/null" will help - but not on Windows. Any ideas ? regards, Mar

[PHP-WIN] WIN NT40 PHP Apache Mysql PHPNUKE

2002-06-07 Thread Markus Selinski
just make a loop but wont go on. if i try to enter admin menue directly, the website show "you cant acess directly. If anyone knows what the problem is, or how to fix the problem it would be great. Greetings Markus Selinski -- PHP Windows Mailing List (http://www.php.net/) To unsubs

[PHP-WIN] Re: Error: text/html Content-Length

2001-11-16 Thread Markus Weber
But now the browser output is like this: --- Untitled Document Test Script von Markus Weber (No.=199)Und jetzt nochmal die Nummer = 199 HTTP/1.1 500 Server Error Server: Microsoft-IIS/5.0 Date: Thu, 15 Nov 2001 01:54:38 GMT Content-Type: text/html

[PHP-WIN] Error: text/html Content-Length

2001-11-14 Thread Markus Weber
Hi, does anybody know whtat this error message mean ? HTTP/1.1 500 Server Error Server: Microsoft-IIS/5.0 Date: Wed, 14 Nov 2001 08:49:34 GMT Content-Type: text/html Content-Length: 44 -2147417842 (0x8001010e) In my script I used the HEREDOC syntax: echo <

[PHP-WIN] Error on IIS5

2001-10-13 Thread Markus A. Regli
Hello there! I just installed PHP to use IIS 5 (Win2kPro). But all the times I want to start a php-Script in a Browser (Mozilla5, IE5.5) there is an error coming, which says: ...The memory could not be read. What's wrong?? Could somebody help me? Thanks & regards Markus -- PH

[PHP-WIN] Re: IIS 5.1 weird problem - please help

2001-10-08 Thread Markus Weber
irectory (where isapi.dll & php.exe is located) and the webserver-folder where your php-scripts are hosted. Markus. "Mikro" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi > > I have weird problem using PHP4 + ISAPI dll

[PHP-WIN] Re: Get all available drives ?

2001-08-13 Thread Markus Fischer
n from the system (e.g. COM , but I didn't succeeded). - Markus "Lallous" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > You can do something like this untested code: > > $drives = ""; > for ($i=0;$i<

[PHP-WIN] Get all available drives ?

2001-08-13 Thread Markus Fischer
Hi, can someone tell me where to start looking for a method to get a list of available drives in a system ? Something like array get_available_drives(); ... ty, Markus -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: [PHP-WIN] $PHP_SELF not producing the goods.

2001-03-05 Thread Markus Wagner
uot;phpinfo.php" > > -- > Regards > Jess Perez > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -

Re: [PHP-WIN] system, exec, passthru gehen nicht

2001-02-25 Thread Markus Wagner
alain samoun wrote: > > Hey! if you start talking german here, I will start talking french ;) I think I will loose this game. (:-) Sorry that I took the wrong language. -- Markus Wagner email: [EMAIL PROTECTED] Hobby: 747 Jumbo-Jet, Pontiac -- PHP Windows Mailing List (http://www.p

[PHP-WIN] system, exec, passthru gehen nicht

2001-02-22 Thread Markus
Hallo Hab system, exec und passthru ausprobiert aber nichts geht. Code: $result = passthru("d:\\blat.exe",$erg); echo $result . "," . $erg; Ausgabe: ,1 Umgebung: 2000 + Apache + PHP4.0.5Dev + CGI WARUM ? -- Markus Wagner email: [EMAIL PROTECTED] Hobby: 747 Jumbo-J