how is mvc architecture used in php without any framework?
You can check the PHP MVC Tutorial to find out how to use simple MVC pattern from scratch, not in an existing framework.