PHP Classes

missing user.php file?

Recommend this page to a friend!

      PHP MySQL Quiz class  >  All threads  >  missing user.php file?  >  (Un) Subscribe thread alerts  
Subject:missing user.php file?
Summary:missing user.php required in index.php
Messages:2
Author:Hoce Andersen
Date:2017-05-26 08:22:56
 

  1. missing user.php file?   Reply   Report abuse  
Picture of Hoce Andersen Hoce Andersen - 2017-05-26 08:22:56
Line 5 in index.php

require 'user.php';

but the file is not included in the package?

I would appreciate any help on this or
if there are updates of this, since the last activity seems to be 3 years old?

  2. Re: missing user.php file?   Reply   Report abuse  
Picture of niho niho - 2018-12-16 12:04:37 - In reply to message 1 from Hoce Andersen
Try adding the (require 'quizz_user_class.php';) file instead of the (require 'user.php';) file.