Re: [PHP] PHP/MySQL based webmail?

2004-08-11 Thread Chris Shenton
"Matthew Sims" <[EMAIL PROTECTED]> writes: > Uh, well...Squirrelmail is simply a webpage. The number of simultaneous > users is defined by the web server application, aka Apache. Perhaps we view it differently. Apache is a web server. SquirrelMail and Horde are applications, written in PHP. I'm

Re: [PHP] PHP/MySQL based webmail?

2004-08-10 Thread Chris Shenton
Hardik Doshi <[EMAIL PROTECTED]> writes: > I strongly recommend Horde web mail. We are currently > using it in our institute and it scales better. Better than what? Squirrelmail? Can you give us some numbers, like how many simultaneous Horde/Squirrelmail users you can run on some number of speci

[PHP] "count" index prevents ldap_add() after ldap_search() directly

2004-08-09 Thread Chris Shenton
$entry = $entries[0]; echo "entry=" . print_r($entry, true) . ""; Prints the following (with some tedious attribute/value pairs removed): entry= Array ( [cn] => Array ( [count] => 1 [0] => Chris

[PHP] Cannot store ldap_connect() resource handle in session $SESSION[] ?

2003-12-09 Thread Chris Shenton
Is it possible to connect to an LDAP server with ldap_connect() then store the resulting resource handle in the session variable $SESSION[]? I'm hoping to avoid re-connecting and re-binding every time the user clicks on something. It does not appear to be saving my LDAP connection handle along wi