RE: [PHP-WIN] Win nt logon user how to ?

2002-10-11 Thread Mikey
How about NT_AUTH_USER? regards, Mikey "If you give someone a program, you will frustrate them for a day. If you teach them how to program, you will frustrate them for a lifetime." > -Original Message- > From: Daniel Masson [mailto:[EMAIL PROTECTED]] > Sent: 11 October 2002 14:56 > To:

[PHP-WIN] Mssql how to ??

2002-10-11 Thread Daniel Masson
Hi there ... I need to work php and mssql my version is 4.1.2 and on IIS, i figured out that to work i need de client tools instaled and add extension=php_mssql.dll in ini file, where do i get php_mssql.dll , or what is the right procedure to have mssql support ??? I have no clue .. THANKX !! A

RE: [PHP-WIN] works on one server and not another

2002-10-11 Thread toby z
ya tim uttam s right check ur register globals on both ur machinez n anothr thing to be checked make sure the table fields u r giving in ur query r the same as those in the db (i screwup alot vid this :$) n anothr good programmin practice tip bonus make a file with connection to db n the user n

[PHP-WIN] =.jpg file from another URL=

2002-10-11 Thread Anthony Ritter
The following script picks up single .jpg image of a doppler weather map from another URL: ... http://image.weather.com/web/radar/us_har_closeradar_medium_usen.jp g"; if(!($fp=fopen($theURL, "r"))) { print("Could not open the URL."); exit; } $contents=frea

Re: [PHP-WIN] works on one server and not another

2002-10-11 Thread Tim Blackwell
thanks A LOT Uttam, it was the register globals. "Uttam" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > is the register_globals setting in php.ini is same in both the machines? > > i think u need to use $_POST[name] instead of $name... > > regds, > > -Ori

[PHP-WIN] Timeout

2002-10-11 Thread Chevalier, Arthur
Hi all, I am experiencing a timeout issue when trying to connect/query to one of our Sybase Databases. I have no problems connecting/querying to all of my other databases. Does anyone know the parameters either in the php.ini or in the apache httpd.conf file that I can update to eliminate this

[PHP-WIN] Re: Rows of data all the same

2002-10-11 Thread Douglas F. Keim
Here is some more information. I have been experimenting with MSExcel/ODBC/Progress and this works just fine. Excel uses the same ODBC driver that PHP should be using to access the Progress database. So now I am leaning towards what appears to be a problem with PHP being able to use that driver

[PHP-WIN] Re: Rows of data all the same

2002-10-11 Thread Douglas F. Keim
Hi, Thanks for your input. I have an interesting situation occurring. I believe that the problem lies in the query. And in the fact that this is odbc to a Progress database. Just for giggles, I created an identical MSAccess database and set it up for ODBC. I switched the php script to look at

[PHP-WIN] Win nt logon user how to ?

2002-10-11 Thread Daniel Masson
Hey everyone, id like to know how to get the logon user in my NT domain, i know that this can be done in ASP: Request.Servervariables("LOGON_USER"), and gets the logged user of the client machine, i need to do that with PHP, ... im affraid this is not possible because, runing phpinfo() ... this v

RE: [PHP-WIN] Security and File System Access

2002-10-11 Thread Matt Kynaston
> Where should I look for resources related to locking down the > security of > PHP? In particular can I specify directories that PHP will > allow scripts to > execute? For instance can i specify that d:\domains\domain1 > can have access > but not d:\domains\domain2 ? This sure would be an awes