RE: [PHP-WIN] Confused

2008-01-21 Thread Gustav Wiberg
Subject: Re: [PHP-WIN] Confused 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

Re: [PHP-WIN] Confused

2007-08-24 Thread John Mertic
>> 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 PH

RE: [PHP-WIN] Confused

2007-08-24 Thread Murphy, Matt
2:38 PM To: Aaron Kenney Cc: php-windows@lists.php.net Subject: Re: [PHP-WIN] Confused 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-2007 0110.tgz but

Re: [PHP-WIN] Confused

2007-08-24 Thread Gustav Wiberg
From: "Aaron Kenney" <[EMAIL PROTECTED]> To: "Gustav Wiberg" <[EMAIL PROTECTED]> Cc: Sent: Friday, August 24, 2007 4:44 PM Subject: Re: [PHP-WIN] Confused To get LDAP working in PHP for Windows, you first need to download the ZIP package of PHP. Extract the ZI

Re: [PHP-WIN] Confused

2007-08-24 Thread Aaron Kenney
ou have to compile LDAP together with PHP on Windows. How do I do > that? I tried to follow the instructions on php.net but I got lost... > > Best regards > /Gustav Wiberg > > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Fr

RE: [PHP-WIN] Confused

2007-08-24 Thread Gustav Wiberg
ns on php.net but I got lost... Best regards /Gustav Wiberg -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, August 24, 2007 4:04 PM To: Gustav Wiberg Subject: Re: [PHP-WIN] Confused I don't know exactly how to do it but LDAP connection is avai

Re: [PHP-WIN] Confused

2007-08-24 Thread awkenney
BlackBerry from T-Mobile -Original Message- From: Gustav Wiberg <[EMAIL PROTECTED]> Date: Fri, 24 Aug 2007 15:56:00 To:"'php-windows@lists.php.net'" Subject: FW: [PHP-WIN] Confused Hello! IS Active Directory an LDAP server? (dumb question I know but I need

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] Co

[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] Confused

2004-08-02 Thread Luis Moreira
I just read the thread, so I hope I am not missing anything important. You talk about a "php page", but the IMG code is HTML, so I suppose you have the HTML tags in place. I tried this " width="87" height="120" /> and it works fine. Maybe you have some quotes missing, that are needed to have

Re: [PHP-WIN] Confused

2004-08-02 Thread Angelo binc2
why not just echo the results out in the browser to see what results are returned. HTH Angelo Zanetti Z Logic [c] +27 72 441 3355 [t] +27 21 464 1363 [f] +27 21 464 1371 www.zlogic.co.za Disclaimer This e-mail transmission co

Re: [PHP-WIN] Confused

2004-07-30 Thread Schalk Neethling
So in my mind I am thinking after being parsed there should be a line reading: Justin Patrin wrote: On Fri, 30 Jul 2004 23:46:22 +0200, Schalk Neethling <[EMAIL PROTECTED]> wrote: Why would the following line not be parsed in a PHP page? Are you saying that all other PHP code in the pag

Re: [PHP-WIN] Confused

2004-07-30 Thread Schalk Neethling
Justin What 'full_img' contains in the result from the database is something like ../media/ads/001.jpg Justin Patrin wrote: On Fri, 30 Jul 2004 23:46:22 +0200, Schalk Neethling <[EMAIL PROTECTED]> wrote: Why would the following line not be parsed in a PHP page? Are you saying that all othe

Re: [PHP-WIN] Confused

2004-07-30 Thread Schalk Neethling
BTW. I am using PHP 4.3.8 Justin Patrin wrote: On Fri, 30 Jul 2004 23:46:22 +0200, Schalk Neethling <[EMAIL PROTECTED]> wrote: Why would the following line not be parsed in a PHP page? Are you saying that all other PHP code in the page is run, but this isn't? This is how I would code that:

Re: [PHP-WIN] Confused

2004-07-30 Thread Schalk Neethling
Justin I am using the following now: '; echo $row_ads['full_img']; ?> And still the same result. What am I missing? Justin Patrin wrote: On Fri, 30 Jul 2004 23:46:22 +0200, Schalk Neethling <[EMAIL PROTECTED]> wrote: Why would the following line not be parsed in a PHP page? Are yo

Re: [PHP-WIN] Confused

2004-07-30 Thread Justin Patrin
On Fri, 30 Jul 2004 23:46:22 +0200, Schalk Neethling <[EMAIL PROTECTED]> wrote: > Why would the following line not be parsed in a PHP page? > > > Are you saying that all other PHP code in the page is run, but this isn't? This is how I would code that: '; -- DB_DataObject_FormBuilder - The d

[PHP-WIN] Confused

2004-07-30 Thread Schalk Neethling
Why would the following line not be parsed in a PHP page? -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web: www.volume4.c

Re: [PHP-WIN] Confused...on database modules

2001-05-09 Thread Joe Brown
Yes, I believe it is possible. You may need to use the sybase client, or venture down the odbc. ""macky"" <[EMAIL PROTECTED]> wrote in message 9daucu$enf$[EMAIL PROTECTED]">news:9daucu$enf$[EMAIL PROTECTED]... > MSQL is it a driver for Microsoft SQL Server..? > > if no is it possible to connect

[PHP-WIN] R: [PHP-WIN] Confused...on database modules

2001-05-09 Thread Ermanno Iannacci
I don't think so. I think is for mSQL. - Original Message - From: macky <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 09, 2001 10:15 AM Subject: [PHP-WIN] Confused...on database modules > MSQL is it a driver for Microsoft SQL Server..? > &g

[PHP-WIN] Confused...on database modules

2001-05-09 Thread macky
MSQL is it a driver for Microsoft SQL Server..? if no is it possible to connect to Micrisift SQL Server 7 using Linux+APACHE+PHP? where can i find a driver? thanks in advance -- -- The information contained in this message (in