Can't include a class file in functions file PHP -
i have dbconnect.php file uses class called db db operations. have file contains general functions called functions.php. dbconnect file working in everywhere functions.php. problem?
try using include_once instead of includes.
also, if c+p error receiving.
Comments
Post a Comment