RE: [PHP-DB] Where have my errors gone?

2003-03-13 Thread P . Gertman
you can try 'View Source' in your browser. this can help. i've got a similar case when PHP error message output was between tags. -Original Message- From: Alex Francis [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 14:11 To: [EMAIL PROTECTED] Subject: [PHP-DB] Where have my erro

RE: [PHP-DB] session and header("location....")

2003-03-14 Thread P . Gertman
anyway if header("location") does not work, you can insert a small hidden form into the login-checking page, and if login/password is correct, just set body.onLoad event handler to "HIDDENFORM.submit();" , where HIDDENFORM is your small hidden form. Ok. i know it is a weird way to solve your

[PHP-DB] PROGRESS via PHP

2003-03-14 Thread P . Gertman
Does anybody have experience of using PROGRESS with PHP? Or, may be any links to people who have? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php