[PHP] Remote Desktop Management

2010-03-17 Thread Al Mangkok
Hi all, Am looking for Remote Desktop Management system that is written with PHP. Appreciate all feedback. TIA -- al

[PHP] Connection error expected but ...

2010-05-06 Thread Al Mangkok
Code below from the manual. I changed $ldaphost to some fictitious name. When I ran the script, I always get the message "Connection was successful !" Why didn't the script bomb and give the could not connect message? TIA. -- al

[PHP] Please help with glob

2011-04-04 Thread Al Mangkok
Hi everyone, I am very new to PHP and trying to learn the glob() function. I copied the example on php.net : When I ran the script, I got this error message: Fatal error: Call to undefined function glob() in /usr/local/apache2/htdocs/hrms/globtest.php on line 2 I am running PHP 5.2.17 on CentO

Re: [PHP] Please help with glob

2011-04-04 Thread Al Mangkok
one ? -- al On Tue, Apr 5, 2011 at 2:25 PM, Louis Huppenbauer wrote: > Hi there > > Since glob is actually a part of the core - Are you absolutely sure > that you're running PHP > 4.3 > > 2011/4/5 Al Mangkok : >> Hi everyone, >> I am very new to PHP a

Re: [PHP] Please help with glob

2011-04-05 Thread Al Mangkok
someone else will benefit from this post. -- al On Tue, Apr 5, 2011 at 2:49 PM, Al Mangkok wrote: > Hi Louis, > Yes, I have read that glob is only available for PHP > 4.3 and I am > using version 5.2.1.7 > > # /usr/local/bin/php -v > PHP 5.2.17 (cli) (built: Feb 16 2011 15: