RE: [PHP-WIN] Installing /enabling Pear:DB

2003-07-15 Thread Thai Thanh Ha
If you're using PHP 4.3.2 on Windows and connected to the Internet, run php/go-pear.bat in a command line window. It will guide you through the process. Regards, Thai -Original Message- From: Mark Clarkstone [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 4:24 PM To: [EMAIL P

RE: [PHP-WIN] How to detect syntax errors before releasing a PHP application?

2003-07-14 Thread Thai Thanh Ha
I have set error_reporting to E_ALL in my php.ini. But with this solution I can only see errors when I request pages which have errors. -Original Message- From: John Ellingsworth [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 9:31 AM To: Thai Thanh Ha; [EMAIL PROTECTED] Subject

[PHP-WIN] How to detect syntax errors before releasing a PHP application?

2003-07-14 Thread Thai Thanh Ha
Hi all, When I write Java-based applications, I can compile JSP pages to detects syntax errors before releasing the applications. I'm wondering if there is some tool like that in PHP writing? Of course PHP pages cannot be compiled like JSP pages because PHP is an interpreted language. But it wo

RE: [PHP-WIN] Re: PHP application URL

2003-06-27 Thread Thai Thanh Ha
ter this with preg_replace you can do what ever you want to with the URL. -- - Cristian MARIN - Developer InterAKT Online (www.interakt.ro) Tel: +4021 312.53.12 Tel/Fax: +4021 312.51.91 [EMAIL PROTECTED] "Thai Thanh Ha" <[EMA

[PHP-WIN] PHP application URL

2003-06-26 Thread Thai Thanh Ha
Hi all, I want to get the URL of my application (and don't want to define it in a config file - I don't like telling my customers to config the app, even run some install.php file). Anyone has code for this? I know that in generally I cannot use a PHP function for this because we don't have tr