[PHP-WIN] how to add query string

2007-08-24 Thread Asim
Hi can anyone tell me how to add query string in address bar for next php page how to explode or seperate it i need a clear working example? byue Asim Jamil - 0092 345 4025907, Pakistan - Fussy? Opinionated

Re: [PHP-WIN] PHP Windows Installer maintainer finally joins the list

2007-08-24 Thread Gustav Wiberg
Hi! I've created a testaccount. and tested this simple code... I get error code: Warning: ldap_bind() [function.ldap-bind]: Unable to bind to server: Invalid credentials in C:\www\utveckling\ldap.php on line 14 LDAP bind failed... The server uses Active Directory. I'm not sure if I'm typing t

Re: [PHP-WIN] PHP Windows Installer maintainer finally joins the list

2007-08-24 Thread John Mertic
On 8/17/07, Niel Archer <[EMAIL PROTECTED]> wrote: > My own recommendation is based on the manual, and no reflection of the > installer > > "There are several all-in-one installers over the Internet, but none of > those are endorsed by PHP.net, as we believe that the manual > installation is the b

Re: [PHP-WIN] Confused

2007-08-24 Thread John Mertic
Just grab the windows installer and choose LDAP under the Extensions tree. John On 8/24/07, Gustav Wiberg <[EMAIL PROTECTED]> wrote: > Hi again! > > Sorry I'm so dumb, but what exactly should I download? I've tried to > download OpenLDAP (Is this wrong?) > ftp://ftp.openldap.org/pub/OpenLDAP/open

RE: [PHP-WIN] Confused

2007-08-24 Thread Murphy, Matt
You want to download the zip file distribution of php from php.net. That will have an ext directory in it just like your current install of php.net. Grab php_ldap.dll from that zip file. -Original Message- From: Gustav Wiberg [mailto:[EMAIL PROTECTED] Sent: Friday, August 24, 2007

Re: [PHP-WIN] Confused

2007-08-24 Thread Gustav Wiberg
Hi again! Sorry I'm so dumb, but what exactly should I download? I've tried to download OpenLDAP (Is this wrong?) ftp://ftp.openldap.org/pub/OpenLDAP/openldap-stable/openldap-stable-20070110.tgz but I found no php_ldap.dll Best regards /Gustav Wiberg - Original Message - From: "Aar

Re: [PHP-WIN] How to set GET and POST variables through CLI?

2007-08-24 Thread Steve Francisco
John Mertic wrote: If your homegrown server supports calling a CGI program to handle scripts, then you should be able to integrate PHP into it trivially. You may want to consult the internals list for more details of how this all works. Thanks for your help. I did ask on the internals list an

Re: [PHP-WIN] Confused

2007-08-24 Thread Aaron Kenney
To get LDAP working in PHP for Windows, you first need to download the ZIP package of PHP. Extract the ZIP package to some folder (do NOT overwrite your PHP installation!). From the files you have extracted, open the /ext folder and copy the php_ldap.dll file. Paste the file into the /ext folder

RE: [PHP-WIN] Confused

2007-08-24 Thread Gustav Wiberg
Hi there! Yes, thank you - please send me examples. LDAP seems to be a part of Active Directory. I guess in true Microsoft-spirit, it isn't possible to turn it on or off. It seems you have to compile LDAP together with PHP on Windows. How do I do that? I tried to follow the instructions on php

Re: [PHP-WIN] Confused

2007-08-24 Thread awkenney
I don't know exactly how to do it but LDAP connection is available as a setting on active directory. I'm not sure how one turns it on or off, but it is possible. It was discussed on this list some time ago. I can send you an example of the script I used to connect if needed. Sent via BlackBerry

FW: [PHP-WIN] Confused

2007-08-24 Thread Gustav Wiberg
Hello! IS Active Directory an LDAP server? (dumb question I know but I need to know :-)) Best regards /Gustav Wiberg -Original Message- From: Gustav Wiberg [mailto:[EMAIL PROTECTED] Sent: Friday, August 24, 2007 3:53 PM To: 'php-windows@lists.php.net' Subject: [PHP-WIN] Confused Hi!

[PHP-WIN] Confused

2007-08-24 Thread Gustav Wiberg
Hi! LDAP Server, LDAP Client LDAP is a protocol LDAP Client is needed to be installed and compiled together with PHP so it would work. Do I Have to install an LDAP Server also? Where do I find that? *can't figure it out really* /Gustav

RE: [PHP-WIN] Windows Active Directory AND PHP ?

2007-08-24 Thread Gustav Wiberg
Hi! "You can have IIS authenicate the users a" Do you mean IIS - virtual web server-functions? http://se2.php.net/manual/en/ref.iisfunc.php /Gustav -Original Message- From: John Mertic [mailto:[EMAIL PROTECTED] Sent: Friday, August 24, 2007 1:57 PM To: Gustav Wiberg Cc: php-windo

RE: [PHP-WIN] Windows Active Directory AND PHP ?

2007-08-24 Thread Gustav Wiberg
Hi! I have googled some and came up with LDAP and ADsDSOObject. (ADSI) Anything you know of? Is IIS the easisest way to go? Best regards /Gustav Wiberg -Original Message- From: John Mertic [mailto:[EMAIL PROTECTED] Sent: Friday, August 24, 2007 1:57 PM To: Gustav Wiberg Cc: php-wind

Re: [PHP-WIN] Windows Active Directory AND PHP ?

2007-08-24 Thread John Mertic
You can have IIS authenicate the users and then use LDAP to lookup what group they are to assign user rights in PHP itself. I do something similar to this, but with Apache and mod_auth_sspi instead. John On 8/24/07, Gustav Wiberg <[EMAIL PROTECTED]> wrote: > Hi! > > Is it possible to use Windows-

Re: [PHP-WIN] How to set GET and POST variables through CLI?

2007-08-24 Thread John Mertic
If your homegrown server supports calling a CGI program to handle scripts, then you should be able to integrate PHP into it trivially. You may want to consult the internals list for more details of how this all works. On 8/23/07, Steve Francisco <[EMAIL PROTECTED]> wrote: > Thanks for your reply J

[PHP-WIN] Windows Active Directory AND PHP ?

2007-08-24 Thread Gustav Wiberg
Hi! Is it possible to use Windows-active-drectory-users rights to view diffrent folders on the same server that the IIS / Windows 2003 Server is on? What would I look for ? (google for) Where do I start? I'm not sure, so please give me a hint :-) Best regards /Gustav Wiberg