word to html

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
itsmani1
Forum Regular
Posts: 791
Joined: Mon Sep 29, 2003 2:26 am
Location: Islamabad Pakistan
Contact:

word to html

Post by itsmani1 »

Hi got "wvHtml", it converts an MS word file to .html,
I want to use it without installing on server, I don't know how to use it without installing on server but i am sure its possible.

url: http://wvware.sourceforge.net/

thank you
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

maybe you want a WAMP package like Uniform Server?
User avatar
itsmani1
Forum Regular
Posts: 791
Joined: Mon Sep 29, 2003 2:26 am
Location: Islamabad Pakistan
Contact:

Post by itsmani1 »

is there anyway that i can include files directly instead of installing it on my server?
User avatar
dibyendrah
Forum Contributor
Posts: 491
Joined: Wed Oct 19, 2005 5:14 am
Location: Nepal
Contact:

Post by dibyendrah »

itsmani1 wrote:is there anyway that i can include files directly instead of installing it on my server?
No you cannot use without installing it on the server. I guess it's standalone application and can be used by copying into your home folder. But the problem occurs on permission and in PHP safe mode. So, it would be better if you consult with your hosting company to provide privilege to run these programs.
Post Reply