Search code examples
javascriptphphtmlblogger

PHP in blogger classic template


I just need to know how to run PHP in blogger classic theme. I use blogger and google domains to run HTML code. Blogger doesn't have advanced features. It is running as a comment.

I want to run <?php echo $_GET["body"]; ?>

How do I fix that?

Thanks!

EDIT

I could use javascript to "get" from the url, but how would I do that?


Solution

  • You can't run PHP in Blogger. What you want to do and why?

    Blogger is simple CMS for posting articles, it's not platform for creating apps.