[PHP] List values

2003-12-21 Thread Chakravarthy Cuddapah
Can anyone pls tell me how to dynamically list values in a ListMenu. The values do not come from any database. They are stored in php variables. Sample code will be highly appreciated.

RE: [PHP] List values

2003-12-21 Thread Chakravarthy Cuddapah
Array. I am interested to know for both the cases. Thanks ! From: Nathan Taylor [mailto:[EMAIL PROTECTED] Sent: Sun 12/21/2003 8:00 AM To: Chakravarthy Cuddapah Subject: Re: [PHP] List values Are the values in an array or individually in variables? Nathan

[PHP] sorting a mulit-dimensional array

2003-12-22 Thread Chakravarthy Cuddapah
Can anyone pls tell me with an example on how to select distinct values from a multi-dimensional array. Moving distinct values into another array is ok. Thanks !

[PHP] onChange

2003-12-22 Thread Chakravarthy Cuddapah
I have 2 list fields in a form. The second is populated basing on selection in field 1. Can anyone pls tell me how to do this in PHP ?

[PHP] distinct values from a mulit-dimensional array

2003-12-22 Thread Chakravarthy Cuddapah
Can anyone pls tell me with an example on how to select distinct values from a multi-dimensional array. Moving distinct values into another array is ok. Thanks !

[PHP] warnings

2003-12-23 Thread Chakravarthy Cuddapah
Can anyone pls tell me how to prevent warnings to be displayed on the screen ? For example, I get this message: Warning: ldap_get_entries(): supplied argument is not a valid ldap result resource in test.php on line 235 I have code to display error messages when this occurs. But I don't want to

[PHP] array data to XML

2003-12-24 Thread Chakravarthy Cuddapah
newbie ... Is it possible to format data in array to XML and display ? Thanks !

RE: [PHP] Password in LDAP with php

2004-01-05 Thread Chakravarthy Cuddapah
You can do this in PHP. Check this: http://us4.php.net/manual/en/ref.ldap.php I wrote a form in PHP to add users to LDAP, change passwords etc. Check this https://www.cuddapahonline.net/ldap/ I can send the forms if you want. From: Bc. Radek Kreja Sent: Mon 1/5/2004 10:30 AM To: [EMAIL

RE: [PHP] Password in LDAP with php

2004-01-05 Thread Chakravarthy Cuddapah
To: Chakravarthy Cuddapah Cc: Bc. Radek Krej?a; [EMAIL PROTECTED] Subject: Re: [PHP] Password in LDAP with php On Mon, Jan 05, 2004 at 10:45:58AM -0500, Chakravarthy Cuddapah wrote: You can do this in PHP. Check this: http://us4.php.net/manual/en/ref.ldap.php I wrote a form in PHP to add users to LDAP

[PHP] Help with ldap_add

2004-02-11 Thread Chakravarthy Cuddapah
I am using RedHat Enterprise Linux (ES). Installed openldap, php, apache latest versions. All except ldap_add functions are working. When I use ldapadd at the terminal it works adding entries to ldap. But when I use php ldap_add , error code shows it is Success. But does not add any entires to

[PHP] Help with ldap_add

2004-02-11 Thread Chakravarthy Cuddapah
I am using RedHat Enterprise Linux (ES). Installed openldap, php, apache latest versions. All except ldap_add functions are working. When I use ldapadd at the terminal it works adding entries to ldap. But when I use php ldap_add , error code shows it is Success. But does not add any entires to

[PHP] diskusage

2004-02-16 Thread Chakravarthy Cuddapah
In php I want to know space used (du) by user on a remote system. Can anyone pls tell me how this can be done. Thanks ! _ Check out the great features of the new MSN 9 Dial-up, with the MSN Dial-up Accelerator.

Re: [PHP] diskusage

2004-02-18 Thread Chakravarthy Cuddapah
PROTECTED] Reply-To: [EMAIL PROTECTED] To: Chakravarthy Cuddapah [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [PHP] diskusage Date: Mon, 16 Feb 2004 15:17:52 -0500 Chakravarthy Cuddapah wrote: In php I want to know space used (du) by user on a remote system. Can anyone pls tell me how