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:
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
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
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
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
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
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
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 - 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
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
10 matches
Mail list logo