[PHP] ldapsearch problems

2008-09-12 Thread Michael Fischer
_get_entries($ldap,$search); var_dump($result); ldap_unbind($ldap); i just get the output: array(1) { ["count"]=> int(0) } any ideas? lg, Michael Fischer -- email: [EMAIL PROTECTED] web: http://www.webfischer.at -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Schedule tasks from server

2008-02-04 Thread Michael Fischer
On Mon, 2008-02-04 at 16:30 +0200, Pieter du Toit wrote: > Hi people > > Is there a way that i can schedule tasks on my webserver that will > automatically fire on a certain time and date, without anyone visiting the > website? > > This domain is hosted by a ISP and not by me. > > Thanks > a

RE: [PHP] determine file-upload's tmp-filename

2008-01-28 Thread Michael Fischer
On Mon, 2008-01-28 at 15:34 -0500, Mr Webber wrote: > On Mon, 2008-01-28 at 12:17 -0600, Richard Lynch wrote: > > On Sat, January 26, 2008 5:57 pm, Michael Fischer wrote: > > > hi there, > > > > > > is there a way to determine the tmp-filename of a file uploa

Re: [PHP] determine file-upload's tmp-filename

2008-01-28 Thread Michael Fischer
On Mon, 2008-01-28 at 15:26 -0500, Nathan Nobbe wrote: > On Jan 28, 2008 2:50 PM, Michael Fischer <[EMAIL PROTECTED]> > wrote: > well, i agree with you - the browser should provide some sort > of > functionality to find out the amount of data already

Re: [PHP] determine file-upload's tmp-filename

2008-01-28 Thread Michael Fischer
On Mon, 2008-01-28 at 12:17 -0600, Richard Lynch wrote: > > On Sat, January 26, 2008 5:57 pm, Michael Fischer wrote: > > hi there, > > > > is there a way to determine the tmp-filename of a file upload while > > the upload is still in progress? > > > > th

RE: [PHP] determine file-upload's tmp-filename

2008-01-27 Thread Michael Fischer
On Sun, 2008-01-27 at 11:12 -0500, Andrés Robinet wrote: > > -Original Message- > > From: Michael Fischer [mailto:[EMAIL PROTECTED] > > Sent: Sunday, January 27, 2008 4:03 AM > > To: php-general@lists.php.net > > Subject: Re: [PHP] determ

Re: [PHP] determine file-upload's tmp-filename

2008-01-27 Thread Michael Fischer
Original-Nachricht > Datum: Sun, 27 Jan 2008 01:21:19 -0800 > Von: Brady Mitchell <[EMAIL PROTECTED]> > An: Michael Fischer <[EMAIL PROTECTED]> > CC: php-general@lists.php.net > Betreff: Re: [PHP] determine file-upload\'s tmp-filename >

Re: [PHP] determine file-upload's tmp-filename

2008-01-27 Thread Michael Fischer
Original-Nachricht > Datum: Sat, 26 Jan 2008 16:09:58 -0800 > Von: Casey <[EMAIL PROTECTED]> > An: "Michael Fischer" <[EMAIL PROTECTED]> > CC: php-general@lists.php.net > Betreff: Re: [PHP] determine file-upload\'s tmp-filename > On

[PHP] determine file-upload's tmp-filename

2008-01-26 Thread Michael Fischer
hi there, is there a way to determine the tmp-filename of a file upload while the upload is still in progress? the tmp-file is stored in /tmp and it's name is something like PHP. what i would like to do is: i want to upload a file via a html-form and while the upload is in progress mak