[PHP-WIN] Windows 2003 and SQL Server issues

2004-03-02 Thread Charles P. Killmer
I am having trouble configuring PHP 4.3.4 on Windows Server 2003 to connect to SQL Server 2000 on a Windows 2003 Server across the LAN. Now PHP is configured correctly because when I run the script from the command line, ie c:\php\php.exe c:\site\file.php, I get the results from the query. Its a

Re: [PHP-WIN] start an external program (isqlw.exe)

2004-03-02 Thread Meteorlet Woody
Gerardo Rojas,Hello! If your PHP don't work under safe mode,you can try ` operater. $str = `isqlw -s -u:root -p`; // maybe it will return the result of executing.I'm not sure... === 2004-03-03 01:35:44 === >No, the "isqlw.exe" is the full SQL Query Analyzer tool. I hav

[PHP-WIN] Re: teehing troubles with PHP

2004-03-02 Thread Mike
you can ignore this it's working now. the problem was with my typing/spelling not my software -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: teehing troubles with PHP

2004-03-02 Thread Mike
excuse the date on previous post - should be correct on this one -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] teehing troubles with PHP

2004-03-02 Thread Mike
I'm studying Information systems at university, and I've been set an assignment to create a simple website using PHP and MySQL. I'm installed them on my comp at home running Win XP with IIS as my web server. I've successfully run ASP pages on this set-up but when I try to run a simple test PHP scri

RE: [PHP-WIN] start an external program (isqlw.exe)

2004-03-02 Thread Gerardo Rojas
Got this to work, but my problem now is that this will only open windows on the machine hosting the WebServer, is there a way to open an application on the client side? also had to make some changes to IIS. Logon Tab, check the box where it says "allow service to interact with desktop" my cod

RE: [PHP-WIN] start an external program (isqlw.exe)

2004-03-02 Thread Gerardo Rojas
No, the "isqlw.exe" is the full SQL Query Analyzer tool. I have the full path and executable name. I just don't know how to call it (exactly) from within PHP. -- Gerardo S. Rojas mailto: [EMAIL PROTECTED] -Original Message- From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED] Sent:

RE: [PHP-WIN] start an external program (isqlw.exe)

2004-03-02 Thread Svensson, B.A.T. (HKG)
For system(), etc , you need executable right for the default command shell, and you might like to do "start isql.exe ..." besides, you might also need to include the full path(??). There are some other function calls that also might be better suited to fork with... but let me have a check tomorro

RE: [PHP-WIN] start an external program (isqlw.exe)

2004-03-02 Thread Gerardo Rojas
the executable is "isqlw.exe" the arguments are -S server -U userid -P password. -- Gerardo S. Rojas mailto: [EMAIL PROTECTED] -Original Message- From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 11:23 AM To: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] st

Re: [PHP-WIN] start an external program (isqlw.exe)

2004-03-02 Thread Ignatius Reilly
Were you using MySQL, you could do it nicely with phpMyAdmin. Ignatius _ - Original Message - From: "Gerardo Rojas" <[EMAIL PROTECTED]> To: "Svensson, B.A.T. (HKG)" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, March 02, 2004 18:17 Subject: RE: [PHP-WIN] s

RE: [PHP-WIN] start an external program (isqlw.exe)

2004-03-02 Thread Svensson, B.A.T. (HKG)
Aha, that makes sense! :) Very well, anyway.. .from time to time I tried to locate the executable for this, but failed (could not identify it in "$MSSQL_HOME\binn". I also been way to lazy with this (no urgent need as to say). Maybe to check the properties of start menu item will help(?), but am n

RE: [PHP-WIN] start an external program (isqlw.exe)

2004-03-02 Thread Gerardo Rojas
I have many different SQL Servers that i connect to. This way with PHP (webserver) i can generate a list and quickly pick the one I want and connect to it (also passing the userid and password, this seems like a faster way to do it) -- Gerardo S. Rojas mailto: [EMAIL PROTECTED] -Original

Re: [PHP-WIN] start an external program (isqlw.exe)

2004-03-02 Thread Svensson, B.A.T. (HKG)
Why the do you want to do this with php On Tue, 2004-03-02 at 17:29, Gerardo Rojas wrote: > Is there a quick way to start the "Query Analyzer" from within PHP? > I've tried exec() and system() with no success. > > > -- > Gerardo S. Rojas > mailto: [EMAIL PROTECTED] > -- PHP Windows Maili

php-windows Digest 2 Mar 2004 16:29:10 -0000 Issue 2146

2004-03-02 Thread php-windows-digest-help
php-windows Digest 2 Mar 2004 16:29:10 - Issue 2146 Topics (messages 23025 through 23026): Re: multilanguage solutions 23025 by: Rico Derks start an external program (isqlw.exe) 23026 by: Gerardo Rojas Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTE

[PHP-WIN] start an external program (isqlw.exe)

2004-03-02 Thread Gerardo Rojas
Is there a quick way to start the "Query Analyzer" from within PHP? I've tried exec() and system() with no success. -- Gerardo S. Rojas mailto: [EMAIL PROTECTED]

Re: [PHP-WIN] multilanguage solutions

2004-03-02 Thread Rico Derks
Hi, I haven't made an interface for translating into different languages! I have my languages in a include file. I provide the translator the english version and the language I want to translate it in. The results: http://www.licoweb.nl/acas/ Cheers, RICO. On Thursday 26 February 2004 19:42,