Re: [PHP] php-ldap works in commandline but not through browser

2009-10-15 Thread xfedex
Did you check both php.ini files? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] security/deployment issue

2009-10-15 Thread xfedex
> Rsync should work fine, but personally I like to see exactly which > changes are being deployed especially when deploying to production. > While I realise this recommendation is not Open Source software, I > have found it to be an excellent piece of software for this task. I > use Beyond Compare

Re: [PHP] Include file

2005-03-30 Thread xfedex
This way is faster: include('..includes/' . $include); Its always better to avoid using doublequotes. meatbread. On Tue, 29 Mar 2005 20:55:17 -0500, James Pancoast <[EMAIL PROTECTED]> wrote: > Try it with double quotes instead: > > include( "../includes/$include" ); > > That way works for me.

Re: [PHP] Include file

2005-03-30 Thread xfedex
> Why is it faster? And why should you avoid using double quotes? > ..."Scripts using single quotes run slightly faster because the PHP parser can include the string directly. Double quoted strings are slower because they need to be parsed."... Quoted from: http://www.zend.com/zend/tut/using-str

Re: [PHP] Include file

2005-03-30 Thread xfedex
On Wed, 30 Mar 2005 15:14:27 -0600, Jay Blanchard <[EMAIL PROTECTED]> wrote: > [snip] > > Why is it faster? And why should you avoid using double quotes? > > > > ..."Scripts using single quotes run slightly faster because the PHP > parser can include the string directly. Double quoted strings are

Re: [PHP] Include file

2005-03-30 Thread xfedex
On Wed, 30 Mar 2005 16:45:32 -0500, John Nichel <[EMAIL PROTECTED]> wrote: > Because I'm bored, I decided to test the theory. > > AMD 3200xp > 1.5gb Memory > RHEL AS 3 > > I ran the test 20 times, and 18 of those times, double quotes were > faster than single quotes. Don't always trust what you

Re: [PHP] Password expiration script

2005-03-31 Thread xfedex
On Thu, 31 Mar 2005 14:18:31 -0500, Bosky, Dave <[EMAIL PROTECTED]> wrote: > I'm looking for a script that would require a user to change their password > every 30 days. Does anyone use a script that has functionality similar to > what I'm looking for? > > Thanks, > > Dave > I got do it so using

Re: [PHP] autocomplete a field

2005-06-03 Thread xfedex
Hi, Anyone know if theres a way to disable this feature for user using old browsers or not suporting JS/XML? Thanks, pancarne.

Re: [PHP] Re: Retrievable weather service info?

2005-06-15 Thread xfedex
http://weather.noaa.gov/pub/data/observations/metar/stations/SABE.TXT Here you get the METAR report in plaintext format..now is your work to decode it.HAVE FUN !! I already made something to read thouse text files...If you want I can share it. cheers! pancarne. On 6/15/05, Clive Z

[PHP] imageconvolution

2005-07-05 Thread xfedex
Hi, Has anybody use this function? http://www.php.net/manual/en/function.imageconvolution.php I dont know what a matrix3x3 array is. And so, if someone has experience on random image generation, it would be greate to read what you got to write. Thanks in advance, pancarne

[PHP] imageconvolution()

2005-07-05 Thread xfedex
Hi, Has anybody use this function? http://www.php.net/manual/en/function.imageconvolution.php I dont know what a matrix3x3 array is. And so, if someone has experience on random image generation, it would be greate to read what you got to write. Thanks in advance, pancarne

Re: [PHP] imageconvolution

2005-07-05 Thread xfedex
Thanks for your answer! On 7/5/05, Richard Lynch <[EMAIL PROTECTED]> wrote: > > On Mon, July 4, 2005 11:38 pm, xfedex said: > > Has anybody use this function? > > http://www.php.net/manual/en/function.imageconvolution.php > > Somebody must have... :-) > >

Re: [PHP] alternative to empty

2005-07-07 Thread xfedex
Hi, On 7/6/05, Ross <[EMAIL PROTECTED]> wrote: > I have been using empty in forms for some time now. but have just discovered > that > > PHP 4 As of PHP 4, The string value "0" is considered empty. > > > > > Is there an alternative that will just check for empty strings. I suppose I > c

[PHP] Oracle Question

2005-08-11 Thread xfedex
Hi, Can PHP connect to a remote Oracle db? Because all oracle connecting functions only require 'user' and 'pass' http://us3.php.net/manual/en/function.oci-connect.php http://us3.php.net/manual/en/function.ora-plogon.php Thanks, Regards, pancarne. -- PHP General Mailing List (http://www.php.net

Re: [PHP] possible bug (string equality to zero)?

2005-08-11 Thread xfedex
Hi, > Is it a bug that ($var == 0) is always true for any string $var? > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > Check this out! http://us3.php.net/manual/en/types.comparisons.php -- PHP General Mailing List (http://www.p

[PHP] PHP and Active Directory

2005-08-11 Thread xfedex
Hi, Have someone make PHP to authenticate against AD? Any comment, suggestion will be greatly appreciated. Thanks, pancarne. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP and Active Directory

2005-08-11 Thread xfedex
> [snip] > Have someone make PHP to authenticate against AD? > Any comment, suggestion will be greatly appreciated. > [/snip] > > Are you, at all, familiar with TFM? > TFM?.m no, can you tell me where to start? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: htt

Re: [PHP] PHP and Active Directory

2005-08-11 Thread xfedex
> [snip] > > Are you, at all, familiar with TFM? > > > > TFM?.m no, can you tell me where to start? > [/snip] > > You can start by RTFM and STFW and STFA. I gave you a link in the last > e-mail. Here is another... > > http://catb.org/~esr/faqs/smart-questions.html > Sorry, dont have ti

Re: [PHP] PHP and Active Directory

2005-08-11 Thread xfedex
> [snip] > Sorry, dont have time for this right now...Anyway, thanks for your > answer! > [/snip] > > You don't have time to read the manual? > Jay, maybe this way you can understand my first question: IF (have you been able to make PHP to authenticate against AD) { echo $comments; //Only

Re: [PHP] PHP and Active Directory

2005-08-11 Thread xfedex
> My non-sense answers pointed you to the LDAP functions for use with > Active Directory. That is very constructive until you ask for something > more specific. Jay, I was specting something like: "Yes, i have php to authenticate against AD, and i can say that is easy/hard. I make it work using

Re: [PHP] PHP and Active Directory

2005-08-11 Thread xfedex
> Just to clearify what you're trying to do. Maybe LDAP (or the ADLDAP? > suggestion) isn't what you need. > > Are you trying to have a user type their username and password into a web > form and have PHP pass that information to an active directory server? Or > are you trying to make sure th

Re: [PHP] PHP and Active Directory

2005-08-12 Thread xfedex
> Is this something you're looking for? > > http://www.phpfreaks.com/scripts/User_Authentication/16.php Thanks, if i try one, i let you now.... Saludos! xfedex -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP and Active Directory

2005-08-12 Thread xfedex
> Some years ago i did this with ASP and a VB activex component i belive you > can access a Activex from php. > Angelo > Maybe, but i prefer to get away as much i can from Activex.just to think about it makes me shiver =P Saludos! xfedex -- PHP General Mailing List (http://www.

[PHP] Question about "Rasmus' 30 second AJAX Tutorial"

2005-09-29 Thread xfedex
Hi, I did the "Rasmus' 30 second AJAX Tutorial" just for testing and everything works fine, by the way... thanks Rasmus, for this and for all !!. My little script have a single and for every keystroke (calling the javascript function with onkeyup) the value of the input is parsed by another php s

Re: [PHP] Question about "Rasmus' 30 second AJAX Tutorial"

2005-09-29 Thread xfedex
On 9/29/05, Robert Cummings <[EMAIL PROTECTED]> wrote: > > Aside from using ajax to clean the toilet once in a while I'm not really > into it. But I do wrangle out some javascript from time to time :) Why > are you using onsubmit? Wouldn't onclick work better? > > Cheers, > Rob. > Hi Robert, I als

Re: [PHP] Question about "Rasmus' 30 second AJAX Tutorial"

2005-09-30 Thread xfedex
On 9/30/05, Jochem Maas <[EMAIL PROTECTED]> wrote: > > I'm guessing that trhe onclick and onsumbit handlers you set are hanging > on a 'submit' type input? .. if so the form is submitting - in whcih case > the > AJAX request will arrive back at your page - and the page won't be there > (so > to spe

Re: [PHP] hotmail don't accept this message function any more!!

2005-11-01 Thread xfedex
Hi, On 11/1/05, Rasim ÞEN <[EMAIL PROTECTED]> wrote: > Hi, > > This function was working until this morning, but now I couldn't send any > email to hotmail. What is the problem, any idea? > > > > > == > >