RE: [PHP-WIN] Class error with php

2002-11-19 Thread Rich Gray
if the classes are in include files then you are probably including the file twice. look into using include_once() require_once() instead... -Original Message- From: ecd [mailto:[EMAIL PROTECTED]] Sent: 14 November 2002 07:08 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Class error with php

[PHP-WIN] Class error with php

2002-11-19 Thread ecd
Hi, I have to class for two different authentication page. ex. authentication for studend and other for teacher... and the authentication script for student work perfectly but the script for teacher give the following error.. Fatal error: Cannot redeclare class pauth in /proyectoweb/pLoguea.php on