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

2010-02-18 Thread Marcel Loose
=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 lo...@astron.nl wrote: Hi all, I've posted this question to comp.lang.php a couple of days ago, but up till now didn't

[PHP] Problem retrieving CN with ldap_search()

2010-02-17 Thread Marcel Loose
) inetOrgPerson } [0]= string(11) objectclass [gecos]= array(2) { [count]= int(1) [0]= string(12) Marcel Loose } [1]= string(5) gecos [uid]= array(2) { [count]= int(1) [0]= string(5) loose } [2]= string(3) uid [sn]= array(2) { [count]= int(1) [0]= string(5) Loose } [3]= string(2) sn [givenname

[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

Re: [PHP] Optimize simple file XOR code

2004-06-24 Thread Marcel Tschopp
) { $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 Hi! I'm using a very simple

[PHP] DSOFile issues

2004-06-22 Thread Marcel Tschopp
($docProps); unset($propReader); ? I don'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['AUTH_USER']. Apparently

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

2004-06-18 Thread Marcel Tschopp
) 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 On Fri, 18 Jun 2004 16:29:14 -0400 Monty wrote: Hi, I need to add the ability for users

[PHP] Session on PHP 4.3.0

2002-11-04 Thread Marcel
(); $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. Thanks, -- Marcel Peruch Web Developer www.viaconnect.com.br [EMAIL PROTECTED] Linux User #271282 -- PHP

[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.php.net

[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 General Mailing List

[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:001201c23f29$760a22e0$

[PHP] Not a PHP-Problem ...

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

[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, visit

[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: http

[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

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 output javascript code to the browser. PHP = ser

[PHP] Re: Two easy HTML/CSS questions

2002-03-18 Thread Marcel Besancon
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]">news:[EMAIL PROTECTED]... I know I s

[PHP] Re: IMAGE Manipulation

2002-03-16 Thread Marcel Besancon
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/) To unsubscribe, visit: http

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

[PHP] Installing PHP 4.1.2

2002-03-11 Thread Marcel Besancon
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] php.ini ...

2002-03-11 Thread Marcel Besancon
- 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 !!! Marcel -- registered Fli4l-User #0388

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 Hunter [EMAIL

[PHP] gd-library ...

2002-03-09 Thread Marcel Besancon
??? 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: Nick Wilson Cc: [EMAIL

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]] Gesendet: Donnerstag

[PHP] chat with php

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

[PHP] connect to sybase

2001-09-25 Thread Edney Marcel Imm
Hi How I can connect to syBase? 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 ? Então compre

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

[PHP] TAB = ENTER ????

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

[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