Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I have some code where I am uploading a file and running a scirpt on it. It is more like a general feedback form, for simplicity and I am doing some algorithm on it. If I put my code in my wordpress blog as it, the php tags are automatically replaced by ;?> symbols etc and my code simply does not run (this happens even if I change the code line by line, it still is not accepted).

My question is, is tehre a good plugin that I can use in a wordpress.com blog? I know certain things are not permitted on wordpress.com but you can implement it on self-hosted WordPress, but not on wordpress.com. Can someone shed some light on this?

I am not so worried about the admin part of this form, just to make it work first.

Here is a link to what I am getting right now

share|improve this question

1 Answer

up vote 4 down vote accepted

Yu can't use php in wordpress.com sites, and you cannot install plugins. Those features are only available in wordpress.ORG self-hosted sites

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.