Hello every body,

I would like to ask here, Is there any plug in by which any of the web page that is in one programming language can be changed into another programming language.


Thanks a lot.

Recommended Answers

All 5 Replies

I don't really think so... What are you trying to convert a web page into?

Suppose, one of my word press is based on .HTML extension and I want to change it in .php extension or something else???

Your question is unclear.
You just want to change or hide extension of file on website?

Member Avatar for diafol

Changing a language like this would be like using Google translate - totally useless, unless you had a good grasp of both languages to begin with.
However, you want to change the extension from html to php. Why?
I think WP uses templates (not having much use for it, I'm not sure), and if so, the html page will have html (obviously) with variable placeholders. You can't or shouldn't include php in these files. There will be other files that pass (assign) data to them. These are the ones you need to change to insert your php. You then add some html and placeholders to the html file. At least that's what usually happens with other template-driven sites.

I think you are refferring to .htaccess?

so as when you view the site it is an html, but it still uses server side processing

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.