Re: [PHP] Problem retrieving CN with ldap_search()

2010-02-18 Thread Marcel Loose
s to attrs=userPassword,userPKCS12,cn by self write by * auth Removing 'cn' from 'attrs' solved the problem. Best regards, Marcel Loose. On 2/17/10, Marcel Loose wrote: > Hi all, > > I've posted this question to comp.lang.php a couple of day

[PHP] Problem retrieving CN with ldap_search()

2010-02-17 Thread Marcel Loose
{ ["count"]=> int(3) [0]=> string(13) "shadowAccount" [1]=> string(12) "posixAccount" [2]=> string(13) "inetOrgPerson" } [0]=> string(11) "objectclass" ["gecos"]=> array(2) { ["count"]=> int(1) [0]

[PHP] Problems with Mcrypt - encoding works, but decoding hangs

2004-08-23 Thread Marcel Guzman
Hi all, I'm in the process of writing a script that will accept credit cards through a secure html form, and then encrypt them using MCRYPT_RIJNDAEL_256 and store them in my mysql database. When I run the following code snippet, nothing is returned through the server - the connection is estab

Re: [PHP] Optimize simple file XOR code

2004-06-24 Thread Marcel Tschopp
ata); $i = $i + $keylen) { $data = substr_replace($data, substr($data, $i, $keylen) ^ $key, $i, $keylen); } // Return the encrypted version to the browser echo $data; } } It should return the same results, but at my machine it is about 30 percent faster. Cheers Marcel >

[PHP] DSOFile issues

2004-06-22 Thread Marcel Tschopp
x27;t find anything online about that problem... Does anyone have experience with DSOFile? Thanks in advance, Marcel Tschopp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Re: Auth_User

2004-06-21 Thread Marcel Tschopp
Eventually the apache module mod_ntlm (http://modntlm.sourceforge.net/) could help... don't know if it really works but it looks very interesting. cheers Marcel > If you are using IIS with PHP as an ISAPI-module, it is possible to find out > the NT-User through $_SERVER

Re: [PHP] Programming User-Customized Categories ??

2004-06-18 Thread Marcel Tschopp
(Main category) 3 New York Office 1(Subcategory of "Sales") 4 Orlando Office 1(Subcategory of "Sales") So you have unlimited subcategories and the users can choose and add them easily. In addition, you have normalized your data... cheers Marcel

[PHP] Session on PHP 4.3.0

2002-11-04 Thread Marcel
uot;var1"]; logout.php session_start(); $GLOBALS["SID"] = "PHPSESSID=".session_id(); session_destroy(); setcookie(session_name(),"","","/"); When user clicks to logout.php, the session must be destroyed, with no need to close the browser

[PHP] browser back-button problem

2002-10-16 Thread marcel
created a new entry, verytime he hits the back-button will create a new - similar - entry. How can I prevent this? I saw several forms, that displayed this: "form is expired" thing, if you used the back-button (?). thanks a lot marcel -- PHP General Mailing List (http://www.ph

[PHP] Re: Last URL visited

2002-08-31 Thread Marcel Besancon
Hallo, I don't know if I understood you correctly. But one way to get the url of the last visited page is using $foobar = getenv('HTTP_REFERER'); This write the url of the last visited page to the variable $foobar. Hope this helps Best regards Marcel -- PHP Gener

[PHP] Re: mysql_result

2002-08-10 Thread Marcel Besancon
Hi Sascha, just use the modulus-operator (%). It's the best way. Bye Marcel -- registered Fli4l-User #0388 Answer to the newsgroup please "Sascha Braun" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 001201c23f29$760a22e0$a48a07d5@billsgate">news:0

[PHP] Re: PLEASE: Second request...

2002-05-29 Thread Marcel Besancon
Hi Shane, > Second request... Please, any help out there for where I can download the best GD > module for PHP 4.0.6 on my WIN 2000 IIS box. maybe this can help you http://kromann.info/php4.php Bye, Marcel -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] Not a PHP-Problem ...

2002-05-29 Thread Marcel Besancon
dresses. Thank all of you Marcel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: testing for blank var

2002-03-21 Thread Marcel Besancon
Hi Robert, maybe your variable doesn't exist. Try using if(!isset($variable)) { missing-message } else { show $variable } I hope this helps. Bye, Marcel -- registered Fli4l-User #0388 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Calling Javascript-function from php-script ...

2002-03-19 Thread Marcel Besancon
-function by "refreshing" the whole page. Bye, Marcel -- registered Fli4l-User #0388 "Scott Furt" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Short answer: no. > > Long answer: have the PHP script outpu

[PHP] Calling Javascript-function from php-script ...

2002-03-19 Thread Marcel Besancon
Hi everybody, is there someone who can tell me how to call a javascript-function by a php-script. Thanks for each answer Marcel -- registered Fli4l-User #0388 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Two easy HTML/CSS questions

2002-03-18 Thread Marcel Besancon
answer for your second question. But like I remember this must be possible with CSS too. But I don't know exactly how. Hope this helps Marcel Besancon -- registered Fli4l-User #0388 "Phil Schwarzmann" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">ne

[PHP] Re: IMAGE Manipulation

2002-03-16 Thread Marcel Besancon
or working with images is using the gd-library. Just look at http://www.boutell.com/gd/. Ther's a possibility to download the extension and there are some introductions too. I hope this helps Bye, Marcel -- registered Fli4l-User #0388 -- PHP General Mailing List (http://www.php.net/)

[PHP] Changing 2 frames ...

2002-03-15 Thread Marcel Besancon
Hi everybody, is it possible to change two frames at one time using a php-script. For example: When I click on a link then the right _and _ the left frame should change to another side. Ist this possible or do I have to use JavaScript instead ??? Any answer can be useful Bye, Marcel

[PHP] Broken DLL's ...

2002-03-13 Thread Marcel Besancon
o has this kind of "error" ??? Bye, Marcel -- registered Fli4l-User #0388 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php.ini ...

2002-03-11 Thread Marcel Besancon
Hi, thanks for last posting. But that doesn't work with me. Don't ask me why. I will try further. Maybe I have better luck with this 4.1.2 version. I was told that the php_gd.dll is included there. Thanks a lot, Sincerely Marcel -- registered Fli4l-User #0388 "Ray

[PHP] php.ini ...

2002-03-11 Thread Marcel Besancon
lay all errors - Now, where can I find the entries for the extensions that you should be used? I want to use the gd-library. I copied the DLL to the include-path (I don't know if that's the correct way !!!), but now I can't tell PHP to use the DLL!!! Please help me !!! Mar

[PHP] Installing PHP 4.1.2

2002-03-11 Thread Marcel Besancon
there anyone who can explain it an easy way ??? Thanks. Marcel -- registered Fli4l-User #0388 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] gd-library ...

2002-03-09 Thread Marcel Besancon
er windows??? Any hint can be useful. Sincerely Marcel -- registered Fli4l-User #0388 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

AW: [PHP] PHP - browser - ERROR !

2002-01-19 Thread Marcel Besancon
Hi, maybe it's a problem of netscape. In many cases netscape doesn't work like the IE. Just remember CSS and other things !!! Marcel > -Ursprüngliche Nachricht- > Von: Dani [mailto:[EMAIL PROTECTED]] > Gesendet: Samstag, 19. Januar 2002 15:47 > An: Ni

AW: [PHP] MORE QUESTION - Editing Database

2002-01-10 Thread Marcel Besancon
Hi Dani, i do prefer using a database. I think it is the most dynamic way for creating and (important !!!) managing a website. Preformatted text isn't a problem with a database. Bye, Marcel > -Ursprüngliche Nachricht- > Von: Dani [mailto:[EMAIL PROTECTED]]

[PHP] connect to sybase

2001-09-25 Thread Edney Marcel Imm
Hi How I can connect to syBase? Tks

[PHP] chat with php

2001-09-25 Thread Edney Marcel Imm
HI. Anyone have a chat with php? tks

[PHP] php and Interbase

2001-08-29 Thread Edney Marcel Imme
HI. Anyone use php with Interbase here? Tks. Edney Marcel Imme ICQ: 109374340

[PHP] Fw: http methods

2001-08-16 Thread Edney Marcel Imme
Hi. Can anyone send me examples from http methods? (PUT, HEAD, GET, POST, DELETE, TRACE). Tks Edney Marcel Imme [EMAIL PROTECTED] Fone: Celular: 91124616 == "Voce quer REALMENTE que o e-commerce de certo no Brasil ?

[PHP] RE: Macbinary? How to deal with it?

2001-05-15 Thread Dormanns Marcel
for precise use). It has no effect on Unix. Hope this helps, Marcel. --- Marcel Dormanns, system manager Kossuth Zsuzsanna Technical and Grammar School 6800 Hodmezovasarhely, Kaszap u 29, Hungary Tel(work) +36-62-241811 Fax(work) +36-62-244884 SMS

[PHP] error_log creates duplicate entries

2001-03-15 Thread Marcel Levy
I get this in my error log: [Thu Mar 15 12:48:03 2001] [error] Strange [Thu Mar 15 12:48:03 2001] [error] Strange [Thu Mar 15 12:48:03 2001] [error] Strange when I make a single call to error_log(): I'm running 4.0.3pl1, Apache 1.3.14 on 2.2.16-22smp. Any ideas? -Marcel Marcel Levy [

[PHP] Number in extense

2001-03-15 Thread Marcel Henrique Scandolara - Wide
How could make a function to write number in extense, example: Write 10 soon below appearsTEN How ? Thanks Marcel Henrique -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

[PHP] Value

2001-03-14 Thread Marcel Henrique Scandolara - Wide
How could make a function to write values in extense, example: Write 10 soon below appears(Ten) How ? Thanks Marcel Henrique -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

[PHP] values for extensive

2001-03-14 Thread Marcel Henrique Scandolara - Wide
As I could make a function to write values for extensive, example: It types 10 soon below appears (Ten) Obliged for the attention Marcel Henrique -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP] TAB = ENTER ????

2001-03-14 Thread Marcel Henrique Scandolara - Wide
Please, As I make to make keyboard key to function equal keyboard key Thanks Marcel Henrique from Brazil -- 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