Mobile app version of vmapp.org
Login or Join
Looi9037786

: Free Blog site that allows PHP? I was wondering if anyone knows of a free blog site (ie wordpress, blogspot, livejournal) that allows people to include php into their posts? Any leads would

@Looi9037786

Posted in: #Blog #Free #Php #Post

I was wondering if anyone knows of a free blog site (ie wordpress, blogspot, livejournal) that allows people to include php into their posts?

Any leads would be greatly appreciate.

cheers!

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Looi9037786

3 Comments

Sorted by latest first Latest Oldest Best

 

@Bryan171

Do you mean runnable PHP? If so then no, I don't think their are any, and if they did I would not be recommending them.

If you mean so you can do something like;

$x = 5;
echo $x


Then most will come with at the very least code for using the <pre> tag and if not Wordpress has several plugins that will do this and will work on the free install.

10% popularity Vote Up Vote Down


 

@Kevin317

What exactly are you trying to accomplish? There's a pretty significant problem here in that regardless of the hosting service, most CMS applications by default won't let you put arbitrary code into the content anyway. It'll usually just get stripped on output.

There are often ways to force it(eg. Wordpress' Exec-PHP), but it's highly unlikely any hosted service is going to offer you that, for basically the reasons in Nick's answer.

10% popularity Vote Up Vote Down


 

@Nickens628

You're unlikely to find a free hosted blog platform that allows PHP; it would be hard to block access to functions that could prove harmful to other users of the service without crippling PHP severely.

If you want more control than a hosted blogging platform like WordPress.com offers, try downloading a copy of WordPress yourself from WordPress.org, then setting it up on a cheap shared server with one of the hosting partners they recommend.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme