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:
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
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
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
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
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
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
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
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
> 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
10 matches
Mail list logo