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:

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

2003-07-14 Thread John Ellingsworth
I place this in a file that is required for every page so that I see all errors: // we want to see all errors error_reporting(E_ALL); Thanks, John Ellingsworth -Original Message- From: Thai Thanh Ha [mailto:[EMAIL PROTECTED] Sent: Monday, July 14, 2003 10:27 PM To: [EMAIL PROTECTED] Sub

[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

[PHP-WIN] Need some help please

2003-07-14 Thread Dean Hayes
Hey, Well i am a newbie to scripting really i have only started learning PHP about 5 months ago and so far i seem to be going well i have just completed a MySQL news board that has a load of functions what i need to know is the hole news board is in alot of different scripts like site_setup.php

Fw: [PHP-WIN] Back button error

2003-07-14 Thread Harpreet
Cristian, You said by using the method in a form as Get in place of Post it allows me to use the back button without getting the error message: Warning: Page has Expired The page you requested was created using information you submitted in a form. This page is no longer available. As a security

Re: [PHP-WIN] Back button error

2003-07-14 Thread Harpreet
Cristian, You said by using the method in a form as Get in place of Post it allows me to use the back button without getting the error message: Warning: Page has Expired The page you requested was created using information you submitted in a form. This page is no longer available. As a security

[PHP-WIN] Mail server requires logon, How do I configure php

2003-07-14 Thread Rick
My mail server requires me to logon to the server when sending email. How do I configure PHP to do the same Thanks Rick -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Problem getting phpMyAdmin to work on localhost

2003-07-14 Thread Shena Delian O'Brien
What's your: $cfg['PmaAbsoluteUri'] $cfg['Servers'][$i]['host'] ? Should be something like : $cfg['Servers'][$i]['host'] = 'http://localhost/phpMyAdmin'; $cfg['Servers'][$i]['host'] = 'localhost'; Post other config entries that you've changed...? What authentication method are you using, etc? So

php-windows Digest 14 Jul 2003 18:17:33 -0000 Issue 1822

2003-07-14 Thread php-windows-digest-help
php-windows Digest 14 Jul 2003 18:17:33 - Issue 1822 Topics (messages 20778 through 20782): Re: need help with sessions 20778 by: Miha Nedok 20779 by: Donatas Sessions 20780 by: Miha Nedok Re: php-windows Subject: How do I prevent double posts? 20781 by: Nei

[PHP-WIN] Problem getting phpMyAdmin to work on localhost

2003-07-14 Thread Richard White
I have a couple of problems with newish MySQL database. I am running WinXP-Pro, MySQL V 4.0.12-nt, Apache etc. I previously got this all working, but today (after a break of a couple of weeks) I can't get "phpMyAdmin-2.5.0-rc1" to work. I have configured {config.inc.php} exactly as per documenta