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