Re: [PHP] LDAP: Write to boolean attribute

2006-11-28 Thread Carsten Gehling
Sorry for that - I couldn't see the previous post. I've tried true/false, but I think PHP might be converting this to string values (eg. "" and "1") before sending to AD - Carsten -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] LDAP: Write to boolean attribute

2006-11-28 Thread Carsten Gehling
place, and set the values for these fields to eg. 0 or 1, I get a "Syntaxt error" from LDAP. Kind regards, Carsten Gehling -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] LDAP: Write boolean attribute in Active Directory

2006-11-28 Thread Carsten Gehling
place, and set the values for these fields to eg. 0 or 1, I get a "Syntaxt error" from LDAP. Kind regards, Carsten Gehling -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] LDAP: Write boolean attribute in Active Directory

2006-11-28 Thread Carsten Gehling
place, and set the values for these fields to eg. 0 or 1, I get a "Syntaxt error" from LDAP. Kind regards, Carsten Gehling -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Problem with PDFLib - pdf_show_boxed()

2001-06-18 Thread Carsten Gehling
I have a problem with the PDFLib library under PHP. The following script should print two texts, one is "Times Roman outlined" the other "Ti mes Rom an out lin ed". They are using different functions to do so. Only the first text is displayed in my PDF document (which, besides that, is shown nice

Re: [PHP] mcrypt module for Win32

2001-04-26 Thread Carsten Gehling
From: "Maxim Maletsky" <[EMAIL PROTECTED]> Sent: Friday, April 27, 2001 5:00 AM > I think PEAR has it. > > have you tried to look at it? Found it, thanks! It contains HCE_MD5, but AFAICT it does not utilize the other encryption modes found in mcrypt. But it doesn't matter - I think this is fin

[PHP] mcrypt module for Win32

2001-04-26 Thread Carsten Gehling
Where can I find a win32 version of the mcrypt module? - Carsten -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] equivalent to PERL's qq

2001-03-26 Thread Carsten Gehling
From: "Michael Hall" <[EMAIL PROTECTED]> Sent: Monday, March 26, 2001 9:36 PM > Hi. I'm a converted Perl guy. While I generally like PHP better than Perl, > I do severely miss the Perl operator qq, which allowed statements (in my > case, lengthy SQL statements) to be written on multiple lines.

Re: [PHP] Problem with mail function

2001-03-26 Thread Carsten Gehling
From: "Sonya Davey / QDCEL" <[EMAIL PROTECTED]> Sent: Monday, March 26, 2001 10:55 AM > 1.What must I configure thse settings in my php.ini file to? > SMTP = localhost > sendmail_from = [EMAIL PROTECTED] SMTP must be set to the address of a SMTP-server (Simple Mail Transfer Protocol) - that is

Re: [PHP] Problems uploading Files

2001-03-23 Thread Carsten Gehling
From: "Kilian" <[EMAIL PROTECTED]> Sent: Thursday, March 22, 2001 7:28 PM > The user the webserver process runs under may not have the permission to > upload the file. In many cases, the webserver runs as nobody. Thus, if you > want to upload a file, nobody needs write-access to the directory in

[PHP] Status on ISAPI PHP

2001-03-20 Thread Carsten Gehling
What is the status on the ISAPI version of PHP? Last I looked (4.0.1) it was still rather unstable. - Carsten -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-m

Re: [PHP] Radio Button Returns (Pleasre Read)

2001-03-19 Thread Carsten Gehling
From: "Fred" <[EMAIL PROTECTED]> Sent: Saturday, March 17, 2001 12:22 AM > this is the html source generated: > The error is in: value"index" This should be: value="index" - Carsten -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP] ASP vs PHP

2001-03-12 Thread Carsten Gehling
From: "Simon Garner" <[EMAIL PROTECTED]> Sent: Monday, March 12, 2001 11:37 AM > Are you sure? The #include is an SSI directive, not ASP. It should create a > separate internal HTTP request for the included file. I know for sure that > for example you can include a JScript ASP page inside a VBSc

Re: [PHP] ASP vs PHP

2001-03-12 Thread Carsten Gehling
From: "Simon Garner" <[EMAIL PROTECTED]> Sent: Monday, March 12, 2001 10:45 AM > > This is going to sound like heresy, but is there any way to > > use ASP and PHP in the same fle/page? Seperated of course. > > > What if you put: > > > > in your ASP page? Won't work I'm afraid. ASP expects all

Re: [PHP] Retrieving data from multiple select list

2001-03-11 Thread Carsten Gehling
From: "Ben Cheng" <[EMAIL PROTECTED]> Sent: Sunday, March 11, 2001 3:27 PM > Yeah I saw this in the online manual but is there any other way of > doing this that doesn't require naming the select box in HTML with a > [] at the end? Cause I have another button that calls a JavaScript > to sel

Re: [PHP] objects in functions?

2001-03-11 Thread Carsten Gehling
From: "Jørg Vidar Bryne" <[EMAIL PROTECTED]> Sent: Saturday, March 10, 2001 11:52 PM > What do you mean by it fails? Any particular error, or does it just time > out? > > I've made a different recursive function to print a tree-menu, you can have > a look at it if you want but it might not be wh

Re: [PHP] Concurent requests

2001-03-09 Thread Carsten Gehling
From: "Daniel B I" <[EMAIL PROTECTED]> Sent: Friday, March 09, 2001 1:49 PM > Please, any idea how to manage concurent requests, > for example like in a shopping cart? > Any idea how to fix this transaction problem? If A is locked by the > first client in order to fix this problem, there is a

Re: [PHP] HREFs that can't be

2001-03-02 Thread Carsten Gehling
From: <[EMAIL PROTECTED]> Sent: Friday, March 02, 2001 9:12 AM >> Just include the SID as a hidden input. It'll be POSTED to the next page >> right along with your other variables. There's even a way to configure >> your php.ini file so that PHP includes the hidden SID for you. I forget >> wh

Re: [PHP] pleaaaaaaaase help!

2001-03-01 Thread Carsten Gehling
From: "kaab kaoutar" <[EMAIL PROTECTED]> Sent: Thursday, March 01, 2001 5:59 PM > please i'm really in need of knowing if there is a way to do a php statement > once a button is clicked! What you really need to understand is, that PHP is a SERVER-side scripting language. The only way to execute

Re: [PHP] Run a script for 20minutes

2001-02-12 Thread Carsten Gehling
From: "Martin E. Koss" <[EMAIL PROTECTED]> Sent: Monday, February 12, 2001 1:08 PM > Is it a surprise that it might take up to 20 or 30 minutes to build over > 20,000 simple HTML files? Maybe you shouldn't run your script through the browser. To me it sounds like you're doing a one-time process

Re: [PHP] "wide open"

2001-02-12 Thread Carsten Gehling
From: "Jason Murray" <[EMAIL PROTECTED]> Sent: Monday, February 12, 2001 3:44 AM > My *point* was that he should be glad that all he did was add an entry > to the database instead of deleting every damn table in there, hence > the bit about "someone with *malicious* intent". I disagree. If Code

[PHP] A way to duplicate data across databases

2001-02-11 Thread Carsten Gehling
I'm making a script that generates test sites usíng dummy data stored in one MySql database ("uwebsitebase") Now, using php-scripting, I'm copying these data to a demo-database ("uwebdemo"). The structure is the same - the same tables with the same fields. Only difference will be that the copied

Re: [PHP] afraid !

2001-02-11 Thread Carsten Gehling
From: "php php" <[EMAIL PROTECTED]> Sent: Sunday, February 11, 2001 8:17 PM > i'm afraid of using mysql with php cause i'm in hurry and that i discovered > that mysql interface is not as good and easy as of oracle and access! is it > true that if i want to insert data to a table i have to do it

Re: [PHP] Dear Friends & Future Millionaire:

2001-02-07 Thread Carsten Gehling
From: "Jon Haworth" <[EMAIL PROTECTED]> Sent: Wednesday, February 07, 2001 4:01 PM > If I'd sent $5 off for every spam I've received someone else would be a > millionaire by now. And if I had $5 for every time somebody on a mailing list commented a spam mail that went through the list, I'd be e

Re: [PHP] Problem with Zend Encoder testdrive - Win2k

2001-02-05 Thread Carsten Gehling
From: "Zeev Suraski" <[EMAIL PROTECTED]> Sent: Monday, February 05, 2001 4:32 PM > This is a known limitation in the initial release of the encoder. The > license file must be stored in C:\Program Files\Zend, even if your standard > Program Files directory is in E:. Thanks, that was about the o

Re: [PHP] HTTP compression

2001-02-04 Thread Carsten Gehling
From: "Teodor Cimpoesu" <[EMAIL PROTECTED]> Sent: Sunday, February 04, 2001 7:08 PM > a HTTP response is made of response header(s) and the response body. > Only the body > is compressed, and this is signaled in the headers so the User Agent > will know > not to stare to a bunch of binary data :)

[PHP] Problem with Zend Encoder testdrive - Win2k

2001-02-04 Thread Carsten Gehling
Downloaded the Encoder testdrive and installed it with a license file (zend_encoder.dat). Did what the manual stated, except that I installed it on E:\program files\zend instead of C:\program files\zend (I did modify the install_license.reg before installing it into the registration database) Whe

[PHP] I still don't get it

2001-01-25 Thread Carsten Gehling
I've brought this up in reference to other questions but haven't got a straight answer. Suppose I've created a session variable: session_register("foo") and receive a posted form with the input field "bar". If register_globals = off, I can only access the form-field like this: $HTTP_POST_VARS["

Re: [PHP] Greek PHP mailing list

2001-01-25 Thread Carsten Gehling
From: "Brian White" <[EMAIL PROTECTED]> Sent: Thursday, January 25, 2001 4:55 AM > >At least you're not sitting in high school calculus and actually > >understanding everything on the board, but not being able to use any of it > >because Texas Instruments is the only company that's figured out h

[PHP] Performance: register_globals on or off?

2001-01-22 Thread Carsten Gehling
I never really got an answer to this one, it probably drowned in the discussion, so... Are there any real performance gained by turning register_globals off? After all, it must take the php engine some clock cycles to generate all the global variables. Have anyone tested it? - Carsten ~~

[PHP] null or NULL

2001-01-22 Thread Carsten Gehling
I don't get it. Is there any difference between null and NULL in PHP? Couldn't find any reference to either in the manual, only in the errata? - Carsten -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

Re: [PHP] solutions to disadvantages when register_globals is off

2001-01-21 Thread Carsten Gehling
From: "Rasmus Lerdorf" <[EMAIL PROTECTED]> Sent: Sunday, January 21, 2001 8:42 PM > For experienced PHP developers having register_globals on should not be a > security issue. Injecting arbitrary variables into your symbol table is > only a problem if you arbitrarily use such variables without

Re: [PHP] Register globals when option is turned on

2001-01-18 Thread Carsten Gehling
From: "Ignacio Vazquez-Abrams" <[EMAIL PROTECTED]> Sent: Wednesday, January 17, 2001 11:33 PM > On Wed, 17 Jan 2001, Carsten Gehling wrote: > > > Is there a way to programatically enable the register_globals option for a > > php-script? > > > > F

[PHP] Register globals when option is turned on

2001-01-17 Thread Carsten Gehling
Is there a way to programatically enable the register_globals option for a php-script? For certain reasons I have the register_globals option set to "Off". However, phpMyAdmin will not work unless it is set to "On" therefore, I thought of making a check in the "config.inc.php" if the option is se

Re: [PHP] How can I get a random number

2001-01-11 Thread Carsten Gehling
From: "Philip Olson" <[EMAIL PROTECTED]> Sent: Thursday, January 11, 2001 12:36 AM > I hear MIR is for sale. This could make a good PHP random function, one > that always works! Let's pool our resources and get on it. Great thing > is, no need for these mysterious seeds. > > philip > > > On W

Re: [PHP] BIG include file !!!

2001-01-11 Thread Carsten Gehling
Sent: Wednesday, January 10, 2001 11:17 PM > > As I am working I am taking more and more of the code out and > > putting it into functions straight into the include file. This > > file is included on almost every page and I am worried that it > > is going to slow the pages down. Will it have a