I need to add Php in blogspot to make it more dynamic. Is it possible to add php to blogspot? Can you please provide some solution to it?
As far as I know, it is not possible to include PHP in your blogspot blog. You might want to describe your problem to us - there is certainly another way to do it.
No you cannot use PHP scripts inside blogspot blog. You can if you're using wordpress but still you cannot do this on the blogs hosted on wordpress.com website. Wordpress is built using PHP so using your custom PHP code inside it should not be a problem.
PHP is serverside, that means it would need the server hosting your blog (Google's/Blogspot's) to have PHP running, and to allow you to use it. They have neither. Pretty sure Blogspot is written in Python, but you won't be able to code in that either, it's for posting blogs, not for running scripts. You could potentially have an iFrame that links to another server with your PHP script on, but it does drastically depend on what it is you're trying to do. "Make it more dynamic" is a little vague.
If PHP runs on blogspot, hehe... It means, blogspot is giving FULL access to you. There are MANY (dirty) things that can be done if user gets server-side scripting privileges. NEVER! - is the short answer