Re: [PHP] PHP Web Mail

2004-07-05 Thread Jose Leon
Hello, Does anyone know a good PHP-based (free if possible) web mail other than UebiMiau that they would recommend? Why not Squirrel Mail? http://www.squirrelmail.org Regards. -- qadram :: software development http://www.qadram.com -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] PHP Web Mail

2004-07-05 Thread Jose Leon
Hello, On Mon, 5 Jul 2004 12:33:38 +0100, I.A. Gray [EMAIL PROTECTED] wrote: Thanks- looked at Squirrel Mail. Looks really good, however we use POP3- I don't think Squirrel Mail uses POP3 does it? SquirrelMail is a web interface to an IMAP mail server, you can set up fetch mail to retrieve your

Re: [PHP] Re: Debugger

2002-05-11 Thread Jose Leon
Hello: He said php -l will let you know where your syntax errors are. And what this has to do with my question? I was asking for a debugger, not for an error report. I want a mechanism to debug php programs step by step, watch variables and so on. Regards. -- PHP General Mailing List

Re: [PHP] Re: Debugger

2002-05-11 Thread Jose Leon
Hello: I think the OP has already looked at it, and wanted something better :) Yes, that's right, but I'm not saying dbg isn't good, I just said is too much complicated (AFAIK): -Must have a listener running -Use COM to interface with it -User installation too hard: Change php.ini to load

[PHP] Debugger

2002-05-10 Thread Jose Leon
Hello: I have been browsing the web for a good solution to debug php code, I have found several ones, but none of them meet my requeriments. I create a development tool for PHP (QaDRAM Studio) and I want to be able to debug php code with it, my question here is: Why PHP 4 has no built-in

[PHP] Re: Debugger

2002-05-10 Thread Jose Leon
php -l will let you know where your syntax errors are. What? Regards -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php