I’ve a full site and all are PHP. Now when I trying to install and run it form WAMP Server. It showing so many errors that other php files are not founding. I don’t know how connect with database or how to fix this problem.
I would guess the errors detail exactly which files cannot be found.
Check each one of those files (and verify the path is correct).
You have not provided very much information but I am assuming you COPIED this site from a server to a Windows machine and, using WAMP, wish to activate it locally.
check whether you have enabled all php extensions in wamp server which needs to be enabled.
Most likely something to do with your include_path directive in your PHP ini file, unless you can see a function called autoload() somewhere - check that carefully.
Otherwise, show us some of the error messages.
Do you can writing error code to here?