[Solved] Php script runtime error [duplicate]


require_once() is a statement that imports another php script file in another one.

Your warning and Error syas that : the “DB.PHP” file dose not exist in the path specified .
that import occured in config.php file . try find db.php file and put in the paths specified by error description.

1

solved Php script runtime error [duplicate]