RE: [PHP-WIN] Re: R: [PHP-WIN] php_oci8.dll

2006-07-28 Thread Matt Murphy
The oracle instant client should be fairly easy to find on the oracle website. Matt -Original Message- From: Marcos R. Cardoso [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 8:26 AM To: php-windows@lists.php.net Subject: Re: [PHP-WIN] Re: R: [PHP-WIN] php_oci8.dll Sorry about

RE: [PHP-WIN] Edit files WITHOUT down- and upload

2006-07-05 Thread Matt Murphy
Citrix could take care of you, if you're willing to spend some money. Matt -Original Message- From: Martin Staiger [mailto:[EMAIL PROTECTED] Sent: Monday, July 03, 2006 10:01 AM To: php-windows@lists.php.net Subject: [PHP-WIN] Edit files WITHOUT down- and upload dear group, we're l

RE: [PHP-WIN] oci8 not showing underphpinfo

2006-06-14 Thread Matt Murphy
it works > without a problem. Does PHP use a different portion of the > Oracle application? Is there a way manually to determine if > the "oracle instant client" is installed. > > Thanks, > Steven Stuart > > > ""Matt Murphy"" <[EMAIL PRO

RE: [PHP-WIN] oci8 not showing underphpinfo

2006-06-14 Thread Matt Murphy
I know this seems silly since you have oracle installed, but do you have the oracle instant client installed? Installing Oracle may not necessarily mean it installed a client on there! Matt > -Original Message- > From: Steven Stuart [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 13,

RE: [PHP-WIN] php editors

2006-04-12 Thread Matt Murphy
I'm a big fan of textpad. Matt > I guess editplus is a nice editor for php,i have been using > it from past 4 years. > www.editplus.com > thnx/chandar > > -Original Message- > From: Aaron Kenney [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 12, 2006 9:14 AM > To: php-windows@list

RE: [PHP-WIN] Access javascript from php

2006-04-04 Thread Matt Murphy
?>

RE: [PHP-WIN] Getting windows username into php/mysql

2006-03-22 Thread Matt Murphy
Hmm... I'm guessing you could take that variable, do an explode on the \ and add the @domain.ext, that is if you know the extension. That should work for my purposes at least. Thanks, Matt > The $_SERVER["REMOTE_USER"] method works ok, but returns the > old Win 2000 style DOMAIN\username, r

RE: [PHP-WIN] Getting windows username into php/mysql

2006-03-21 Thread Matt Murphy
That seems to grab the user that apache is running under, any idea about the client's windows username? Matt > -Original Message- > From: David Collard [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 21, 2006 10:31 AM > To: Alex Blundell > Cc: php-windows@lists.php.net > Subject: Re:

RE: [PHP-WIN] System integration Step 2

2006-02-15 Thread Matt Murphy
Well the password will be encrypted I'd think in AD, are you sure you want to retrieve the password, or just authenticate the login? The code I sent should do that just fine, not sure about with the LDAP library you're using. Matt From: [EMAIL PROTECTED] [m

RE: [PHP-WIN] System integration

2006-02-14 Thread Matt Murphy
The easiest way I've found, if you just want to verify their username & password, you can do this: $ds=ldap_connect("ldap://yourdc.yourdomain.com";); // Fix for Windows 2003 AD ldap_set_option($ds, LDAP_OPT_PROTOCOL_VERSION, 3); ldap_set_option($ds, LDAP_OPT_REFERRALS, 0); if ($ds) { [EMAIL PR

RE: [PHP-WIN] any fairly large production sites on IIS/PHP out there?

2005-11-17 Thread Matt Murphy
I'd recommend Apache on windows, IIS seems like it's not very widely used or very well supported. Matt > -Original Message- > From: Travis Raybold [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 17, 2005 10:03 AM > To: php-windows@lists.php.net > Subject: [PHP-WIN] any fairly lar

RE: [PHP-WIN] PHP 5.0.4 - Can anyone help me get it to work?

2005-06-30 Thread Matt Murphy
> Thanks once again Edin. On the Download Page of the > WAMPSERVER site, I noticed that "WAMP5 does not work with > Windows 98, Me". Since, therefore, the operating system on my > computer is Windows 98SE, I presume I still cannot use WAMP. There's a reason for that! Do yourself a favor and u

RE: [PHP-WIN] PHP 5.0.4 - Can anyone help me get it to work?

2005-06-27 Thread Matt Murphy
Windows 98 is a terrible operating system. You shouldn't be using it for web surfing, much less web serving. Windows 2000 & Apache 2.0 works just fine. Matt > -Original Message- > From: Georgio [mailto:[EMAIL PROTECTED] > Sent: Sunday, June 26, 2005 5:04 PM > To: php-windows@lists.p

[PHP-WIN] Access connection

2005-06-20 Thread Matt Murphy
All, I'm moving a LAMP site to windows and I'm having one small hurdle. I'm trying to connect to an access db that's used by our UPS software, so I can access status of shipments. I'm using an odbc connection, and amazingly, while it works under linux, it does not under windows! I've set the o